Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
Loading...
Searching...
No Matches
Nakama.Console.IApiAccountDevice Interface Reference

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

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.Console.IApiAccountDevice.Id
get

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

◆ Vars

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

Extra information that will be bundled in the session token.


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