RecallToken
Stay organized with collections
Save and categorize content based on your preferences.
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" .
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# RecallToken\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRecall token data returned from recall.retrieveTokens RPC\n\n| JSON representation |\n|----------------------------------------------------------------------------------|\n| ``` { \"token\": string, \"multiPlayerPersona\": boolean, \"expireTime\": string } ``` |\n\n| Fields ||\n|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `token` | `string` Required. Value of the Recall token as it is provided by the client via recall.linkPersona RPC |\n| `multiPlayerPersona` | `boolean` Required. Whether the persona identified by the token is linked to multiple PGS Players |\n| `expireTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#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\"`. |"]]