RecallToken

Recall token data returned from recall.retrieveTokens RPC

JSON representation
{
  "token": string,
  "multiPlayerPersona": boolean,
  "expireTime": string
}
Fields
token

string

Required. Value of the Recall token as it is provided by the client via recall.linkPersona RPC

multiPlayerPersona

boolean

Required. Whether the persona identified by the token is linked to multiple PGS Players

expireTime

string (Timestamp format)

Optional. Optional expiration time of the token

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".