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

A user's session used to authenticate messages. More...

Inherited by Nakama.ApiSession.

Properties

bool Created [get]
 True if the corresponding account was just created, false otherwise.
 
string RefreshToken [get]
 Refresh token that can be used for session token renewal.
 
string Token [get]
 Authentication credentials.
 

Detailed Description

A user's session used to authenticate messages.

Property Documentation

◆ Created

bool Nakama.IApiSession.Created
get

True if the corresponding account was just created, false otherwise.

◆ RefreshToken

string Nakama.IApiSession.RefreshToken
get

Refresh token that can be used for session token renewal.

◆ Token

string Nakama.IApiSession.Token
get

Authentication credentials.


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