RecallToken
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ข้อมูลโทเค็นการเรียกคืนที่ส่งคืนจาก RPC Retrie.retrieveTokens
การแสดง JSON |
{
"token": string,
"multiPlayerPersona": boolean,
"expireTime": string
} |
ช่อง |
token |
string
ต้องระบุ ค่าของโทเค็น Recall ตามที่ไคลเอ็นต์ระบุไว้ผ่าน Recall.linkPersona RPC
|
multiPlayerPersona |
boolean
ต้องระบุ ลักษณะตัวตนที่ระบุโดยโทเค็นลิงก์กับผู้เล่น PGS หลายคนหรือไม่
|
expireTime |
string (Timestamp format)
ไม่บังคับ เวลาหมดอายุของโทเค็นที่ไม่บังคับ การประทับเวลาเป็น RFC3339 UTC "Zulu" โดยมีความละเอียดระดับนาโนวินาทีและมีเลขเศษส่วนสูงสุด 9 หลัก ตัวอย่าง: "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\"`. |"]]