|
string | Token [get] |
| The token is a temporary access token that authenticates a player. This string should not be stored on its own, because eventually it will expire and cease to function. When the token expires, a new token will be issued by using the RefreshToken
|
|
string | RefreshToken [get] |
| When the Token expires, the refresh token can be used to issue a new token string by using the Auth.IAuthApi.LoginRefreshToken method
|
|
DateTime | ExpiresAt [get] |
| Indicates when the Token will expire.
|
|
string | Cid [get] |
| The customer organization that this token is valid for.
|
|
string | Pid [get] |
| The realm id that this token is valid for. If this token is a customer scoped token, then the value of the Pid will be null
|
|
The documentation for this interface was generated from the following file:
- com.beamable/Common/Runtime/Api/IAccessToken.cs