RecallToken
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Recall.retrieveTokens आरपीसी से मिला रीकॉल टोकन डेटा
JSON के काेड में दिखाना |
{
"token": string,
"multiPlayerPersona": boolean,
"expireTime": string
} |
फ़ील्ड |
token |
string
ज़रूरी है. Recall टोकन की वैल्यू, जैसा कि क्लाइंट ने आपको Recall.linkPersona RPC के ज़रिए दिया है
|
multiPlayerPersona |
boolean
ज़रूरी है. क्या टोकन से पहचाने गए पर्सोना को एक से ज़्यादा PGS खिलाड़ियों से लिंक किया गया है
|
expireTime |
string (Timestamp format)
ज़रूरी नहीं. टोकन की समयसीमा खत्म होने का वैकल्पिक समय आरएफ़सी3339 यूटीसी "ज़ुलु" में टाइमस्टैंप फ़ॉर्मैट, नैनोसेकंड रिज़ॉल्यूशन और ज़्यादा से ज़्यादा नौ फ़्रैक्शनल अंकों के साथ हो सकता है. उदाहरण: "2014-10-02T15:01:23Z" और "2014-10-02T15:01:23.045123456Z" .
|
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (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\"`. |"]]