Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
CloudCredentials Struct Reference

A set of credentials for an authenticated user which can be used to access Kanda Cloud services. More...

Properties

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.
 

Detailed Description

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: