RecallToken
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
从 recall.retrieveTokens RPC 返回的 Recall 令牌数据
JSON 表示法 |
{
"token": string,
"multiPlayerPersona": boolean,
"expireTime": string
} |
字段 |
token |
string
必需。Recall 令牌的值,由客户端通过 recall.linkPersona RPC 提供
|
multiPlayerPersona |
boolean
必需。令牌标识的角色是否与多个 PGS 玩家相关联
|
expireTime |
string (Timestamp format)
可选。令牌的可选到期时间 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],[],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\"`. |"]]