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

Enrich/replace the current session with a new ID. More...

Inherited by Satori.ApiIdentifyRequest.

Properties

IDictionary< string, string > Custom [get]
 Optional custom properties to update with this call. If not set, properties are left as they are on the server.
 
IDictionary< string, string > Default [get]
 Optional default properties to update with this call. If not set, properties are left as they are on the server.
 
string Id [get]
 Identity ID to enrich the current session and return a new session. Old session will no longer be usable.
 

Detailed Description

Enrich/replace the current session with a new ID.

Property Documentation

◆ Custom

IDictionary<string, string> Satori.IApiIdentifyRequest.Custom
get

Optional custom properties to update with this call. If not set, properties are left as they are on the server.

◆ Default

IDictionary<string, string> Satori.IApiIdentifyRequest.Default
get

Optional default properties to update with this call. If not set, properties are left as they are on the server.

◆ Id

string Satori.IApiIdentifyRequest.Id
get

Identity ID to enrich the current session and return a new session. Old session will no longer be usable.


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