Gamebase SDK for Unity  2.2.0
Toast Gamebase Platform

◆ GetAuthProviderUserID()

static string GetAuthProviderUserID ( string  providerName)
static

Get User ID from externally authenticated SDK.

Since
Added 1.4.0.
Parameters
providerNameThe providerName which is authentication provider.
Returns
The user ID from the authentication provider.(

Example Usage :

public void GetAuthProviderUserID(string providerName)
{
string authProviderUserID = Gamebase.GetAuthProviderUserID(providerName);
}