Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ GetAuthMappingList()

static List<string> GetAuthMappingList ( )
static

Method that returns which IDPs have been mapped to current UserID.

Returns
Authenticate mapping list

This sample shows how to call the Gamebase.GetAuthMappingList method.

public void GetAuthMappingList()
{
List<string> mappingList = Gamebase.GetAuthMappingList();
}