A user with additional account details. Always the current user.
More...
Inherited by Nakama.ApiAccount.
|
string | CustomId [get] |
| The custom id in the user's account.
|
|
IEnumerable< IApiAccountDevice > | Devices [get] |
| The devices which belong to the user's account.
|
|
string | DisableTime [get] |
| The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's account was disabled/banned.
|
|
string | Email [get] |
| The email address of the user.
|
|
IApiUser | User [get] |
| The user object.
|
|
string | VerifyTime [get] |
| The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's email was verified.
|
|
string | Wallet [get] |
| The user's wallet data.
|
|
A user with additional account details. Always the current user.
◆ CustomId
string Nakama.IApiAccount.CustomId |
|
get |
The custom id in the user's account.
◆ Devices
The devices which belong to the user's account.
◆ DisableTime
string Nakama.IApiAccount.DisableTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's account was disabled/banned.
◆ Email
string Nakama.IApiAccount.Email |
|
get |
The email address of the user.
◆ User
◆ VerifyTime
string Nakama.IApiAccount.VerifyTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's email was verified.
◆ Wallet
string Nakama.IApiAccount.Wallet |
|
get |
The documentation for this interface was generated from the following file: