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

Send a Facebook Instant Game token to the server. Used with authenticate/link/unlink. More...

Inherited by Nakama.ApiAccountFacebookInstantGame.

Properties

string SignedPlayerInfo [get]
 The OAuth token received from a Facebook Instant Game that may be decoded with the Application Secret (must be available with the nakama configuration)
 
IDictionary< string, string > Vars [get]
 Extra information that will be bundled in the session token.
 

Detailed Description

Send a Facebook Instant Game token to the server. Used with authenticate/link/unlink.

Property Documentation

◆ SignedPlayerInfo

string Nakama.IApiAccountFacebookInstantGame.SignedPlayerInfo
get

The OAuth token received from a Facebook Instant Game that may be decoded with the Application Secret (must be available with the nakama configuration)

◆ Vars

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

Extra information that will be bundled in the session token.


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