Beamable SDK
|
This type defines the functionality for the TokenResponse for the AuthService. More...
Public Attributes | |
string | access_token |
The token that will become the IAccessToken.Token value. | |
string | token_type |
There are two different types of tokens that Beamable may issue. The possible values are "access", or "refresh" | |
long | expires_in |
The number of milliseconds from when the TokenResponse was sent by the Beamable servers, to when the token will be expired. This value informs the IAccessToken.ExpiresAt property | |
string | refresh_token |
The token that will become the IAccessToken.RefreshToken value | |
This type defines the functionality for the TokenResponse for the AuthService.