Gamebase SDK for Unity
2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches
◆
GetAuthMappingList()
static List< string > GetAuthMappingList
(
)
static
Return the list of IdPs mapped to user IDs.
Since
Added 1.4.0.
Returns
The list of external authentication providers mapped to the current user identifier.
Example Usage :
public
void
GetAuthMappingListSample()
{
List<string> mappingList =
Gamebase
.
GetAuthMappingList
();
}
Toast.Gamebase.Gamebase.GetAuthMappingList
static List< string > GetAuthMappingList()
Return the list of IdPs mapped to user IDs.
Definition
Gamebase.cs:1626
Toast.Gamebase.Gamebase
The Gamebase class is core of Gamebase service.
Definition
Gamebase.cs:11
Toast
Gamebase
Gamebase
Generated by
1.10.0