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

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

Inherited by Nakama.Console.NakamaapiAccount.

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 Email [get]
 The email address of the user.
 
IApiUser User [get]
 The user object.
 
string VerifyTime [get]
 The UNIX time 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.Console.INakamaapiAccount.CustomId
get

The custom id in the user's account.

◆ Devices

IEnumerable<IApiAccountDevice> Nakama.Console.INakamaapiAccount.Devices
get

The devices which belong to the user's account.

◆ Email

string Nakama.Console.INakamaapiAccount.Email
get

The email address of the user.

◆ User

IApiUser Nakama.Console.INakamaapiAccount.User
get

The user object.

◆ VerifyTime

string Nakama.Console.INakamaapiAccount.VerifyTime
get

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

◆ Wallet

string Nakama.Console.INakamaapiAccount.Wallet
get

The user's wallet data.


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