Gamebase SDK for Unity  1.8.0
Toast Gamebase Platform

◆ GetAuthMappingList()

static List<string> GetAuthMappingList ( )
static

Gets the list of external authentication providers mapped to the current user identifier.

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();
}