Gamebase SDK for Unity  1.5.0
Toast Gamebase Platform

◆ GetAuthProviderAccessToken()

static string GetAuthProviderAccessToken ( string  providerName)
static

Gets the access token from the authentication provider.

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

Example Usage :

public void GetAuthProviderAccessToken(string providerName)
{
string authProviderAccessToken = Gamebase.GetAuthProviderAccessToken(providerName);
}