Gamebase SDK for Unity  2.2.2
Toast Gamebase Platform

◆ 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 GetAuthMappingList()
{
List<string> mappingList = Gamebase.GetAuthMappingList();
}