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

Send a device to the server. Used with authenticate/link/unlink and user. More...

Inherited by Nakama.ApiAccountDevice.

Properties

string Id [get]
 A device identifier. Should be obtained by a platform-specific device API.
 
IDictionary< string, string > Vars [get]
 Extra information that will be bundled in the session token.
 

Detailed Description

Send a device to the server. Used with authenticate/link/unlink and user.

Property Documentation

◆ Id

string Nakama.IApiAccountDevice.Id
get

A device identifier. Should be obtained by a platform-specific device API.

◆ Vars

IDictionary<string, string> Nakama.IApiAccountDevice.Vars
get

Extra information that will be bundled in the session token.


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