Gamebase SDK for Unity  1.0.0
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> request = Gamebase.GetAuthMappingList();
}