Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ GetAccessToken()

static string GetAccessToken ( )
static

Method that got an access token is taken from Gamebase Platform server.

You can get htis after login has succeeded. This value will be removed by logout, withdrawal and will be expired 15 day after last logged in.

Returns
AccessToken

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

public void GetAccessToken()
{
string accessToken = Gamebase.GetAccessToken();
}