Send Apple's Game Center account credentials to the server. Used with authenticate/link/unlink. https://developer.apple.com/documentation/gamekit/gklocalplayer/1515407-generateidentityverificationsign.
More...
Inherited by Nakama.ApiAccountGameCenter.
|
string | BundleId [get] |
| Bundle ID (generated by GameCenter).
|
|
string | PlayerId [get] |
| Player ID (generated by GameCenter).
|
|
string | PublicKeyUrl [get] |
| The URL for the public encryption key.
|
|
string | Salt [get] |
| A random "NSString" used to compute the hash and keep it randomized.
|
|
string | Signature [get] |
| The verification signature data generated.
|
|
string | TimestampSeconds [get] |
| Time since UNIX epoch when the signature was created.
|
|
IDictionary< string, string > | Vars [get] |
| Extra information that will be bundled in the session token.
|
|
◆ BundleId
string Nakama.IApiAccountGameCenter.BundleId |
|
get |
Bundle ID (generated by GameCenter).
◆ PlayerId
string Nakama.IApiAccountGameCenter.PlayerId |
|
get |
Player ID (generated by GameCenter).
◆ PublicKeyUrl
string Nakama.IApiAccountGameCenter.PublicKeyUrl |
|
get |
The URL for the public encryption key.
◆ Salt
string Nakama.IApiAccountGameCenter.Salt |
|
get |
A random "NSString" used to compute the hash and keep it randomized.
◆ Signature
string Nakama.IApiAccountGameCenter.Signature |
|
get |
The verification signature data generated.
◆ TimestampSeconds
string Nakama.IApiAccountGameCenter.TimestampSeconds |
|
get |
Time since UNIX epoch when the signature was created.
◆ Vars
IDictionary<string, string> Nakama.IApiAccountGameCenter.Vars |
|
get |
Extra information that will be bundled in the session token.
The documentation for this interface was generated from the following file: