A user in the server.
More...
Inherited by Nakama.ApiUser.
|
string | AppleId [get] |
| The Apple Sign In ID in the user's account.
|
|
string | AvatarUrl [get] |
| A URL for an avatar image.
|
|
string | CreateTime [get] |
| The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
|
|
string | DisplayName [get] |
| The display name of the user.
|
|
int | EdgeCount [get] |
| Number of related edges to this user.
|
|
string | FacebookId [get] |
| The Facebook id in the user's account.
|
|
string | FacebookInstantGameId [get] |
| The Facebook Instant Game ID in the user's account.
|
|
string | GamecenterId [get] |
| The Apple Game Center in of the user's account.
|
|
string | GoogleId [get] |
| The Google id in the user's account.
|
|
string | Id [get] |
| The id of the user's account.
|
|
string | LangTag [get] |
| The language expected to be a tag which follows the BCP-47 spec.
|
|
string | Location [get] |
| The location set by the user.
|
|
string | Metadata [get] |
| Additional information stored as a JSON object.
|
|
bool | Online [get] |
| Indicates whether the user is currently online.
|
|
string | SteamId [get] |
| The Steam id in the user's account.
|
|
string | Timezone [get] |
| The timezone set by the user.
|
|
string | UpdateTime [get] |
| The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
|
|
string | Username [get] |
| The username of the user's account.
|
|
◆ AppleId
string Nakama.IApiUser.AppleId |
|
get |
The Apple Sign In ID in the user's account.
◆ AvatarUrl
string Nakama.IApiUser.AvatarUrl |
|
get |
A URL for an avatar image.
◆ CreateTime
string Nakama.IApiUser.CreateTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
◆ DisplayName
string Nakama.IApiUser.DisplayName |
|
get |
The display name of the user.
◆ EdgeCount
int Nakama.IApiUser.EdgeCount |
|
get |
Number of related edges to this user.
◆ FacebookId
string Nakama.IApiUser.FacebookId |
|
get |
The Facebook id in the user's account.
◆ FacebookInstantGameId
string Nakama.IApiUser.FacebookInstantGameId |
|
get |
The Facebook Instant Game ID in the user's account.
◆ GamecenterId
string Nakama.IApiUser.GamecenterId |
|
get |
The Apple Game Center in of the user's account.
◆ GoogleId
string Nakama.IApiUser.GoogleId |
|
get |
The Google id in the user's account.
◆ Id
string Nakama.IApiUser.Id |
|
get |
The id of the user's account.
◆ LangTag
string Nakama.IApiUser.LangTag |
|
get |
The language expected to be a tag which follows the BCP-47 spec.
◆ Location
string Nakama.IApiUser.Location |
|
get |
The location set by the user.
◆ Metadata
string Nakama.IApiUser.Metadata |
|
get |
Additional information stored as a JSON object.
◆ Online
bool Nakama.IApiUser.Online |
|
get |
Indicates whether the user is currently online.
◆ SteamId
string Nakama.IApiUser.SteamId |
|
get |
The Steam id in the user's account.
◆ Timezone
string Nakama.IApiUser.Timezone |
|
get |
The timezone set by the user.
◆ UpdateTime
string Nakama.IApiUser.UpdateTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
◆ Username
string Nakama.IApiUser.Username |
|
get |
The username of the user's account.
The documentation for this interface was generated from the following file: