A set of credentials for an authenticated user which can be used to access Kanda Cloud services.
More...
|
|
string | FirstName [get, set] |
| | The player's first name.
|
| |
|
string | FullName [get, set] |
| | The player's full name.
|
| |
|
string | IdToken [get, set] |
| | The OIDC ID token to access APIs.
|
| |
|
string | RefreshToken [get, set] |
| | The OIDC refresh token to get new ID tokens.
|
| |
|
bool | IsEmailVerified [get, set] |
| | If true, the user has already verified their email.
|
| |
|
string | ExpiresOnString [get, set] |
| | The expiry time of these credentials.
|
| |
|
DateTime | ExpiresAt [get] |
| | The expiry time of these credentials.
|
| |
|
bool | ExpiresSoon [get] |
| | If true, the credentials will expire soon.
|
| |
|
bool | HasExpired [get] |
| | If true, the credentials have already expired.
|
| |
A set of credentials for an authenticated user which can be used to access Kanda Cloud services.
The documentation for this struct was generated from the following file:
- Runtime/Cloud/Auth/CloudCredentials.cs