Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiAccount Interface Reference

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

Inherited by Nakama.ApiAccount.

Properties

string CustomId [get]
 The custom id in the user's account.
 
IEnumerable< IApiAccountDeviceDevices [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.
 

Detailed Description

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

Property Documentation

◆ CustomId

string Nakama.IApiAccount.CustomId
get

The custom id in the user's account.

◆ Devices

IEnumerable<IApiAccountDevice> Nakama.IApiAccount.Devices
get

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

IApiUser Nakama.IApiAccount.User
get

The user object.

◆ 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 user's wallet data.


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