Gamebase SDK for Unity  1.5.0
Toast Gamebase Platform

◆ GetAuthProviderUserID()

static string GetAuthProviderUserID ( string  providerName)
static

Gets the user ID from the authentication provider.

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