Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A user with additional account details. Always the current user. More...
#include <NAccount.h>
Public Attributes | |
NUser | user |
The user object. More... | |
std::string | wallet |
The user's wallet data. More... | |
std::string | |
The email address of the user. More... | |
std::vector< NAccountDevice > | devices |
The devices which belong to the user's account. More... | |
std::string | customId |
The custom id in the user's account. More... | |
NTimestamp | verifyTime = 0 |
The UNIX time when the user's email was verified. More... | |
NTimestamp | disableTime = 0 |
The UNIX time when the user's account was disabled/banned. More... | |
A user with additional account details. Always the current user.
std::string NAccount::customId |
The custom id in the user's account.
std::vector<NAccountDevice> NAccount::devices |
The devices which belong to the user's account.
NTimestamp NAccount::disableTime = 0 |
The UNIX time when the user's account was disabled/banned.
std::string NAccount::email |
The email address of the user.
NUser NAccount::user |
The user object.
NTimestamp NAccount::verifyTime = 0 |
The UNIX time when the user's email was verified.
std::string NAccount::wallet |
The user's wallet data.