Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NAccount Struct Reference

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 email
 The email address of the user. More...
 
std::vector< NAccountDevicedevices
 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...
 

Detailed Description

A user with additional account details. Always the current user.

Member Data Documentation

◆ customId

std::string NAccount::customId

The custom id in the user's account.

◆ devices

std::vector<NAccountDevice> NAccount::devices

The devices which belong to the user's account.

◆ disableTime

NTimestamp NAccount::disableTime = 0

The UNIX time when the user's account was disabled/banned.

◆ email

std::string NAccount::email

The email address of the user.

◆ user

NUser NAccount::user

The user object.

◆ verifyTime

NTimestamp NAccount::verifyTime = 0

The UNIX time when the user's email was verified.

◆ wallet

std::string NAccount::wallet

The user's wallet data.


The documentation for this struct was generated from the following file: