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();
}
static List< string > GetAuthMappingList()
Return the list of IdPs mapped to user IDs.
Definition Gamebase.cs:1626
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11