RecallToken
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Dane tokena wycofywania zwrócone z RPC read.retrieveTokens
Zapis JSON |
{
"token": string,
"multiPlayerPersona": boolean,
"expireTime": string
} |
Pola |
token |
string
Wymagane. Wartość tokena wycofywania podawanego przez klienta za pomocą RPCWycofanie
|
multiPlayerPersona |
boolean
Wymagane. Czy profil identyfikowany przez token jest połączony z wieloma graczami w usługach gier Play
|
expireTime |
string (Timestamp format)
Opcjonalnie: Opcjonalny czas ważności tokena Sygnatura czasowa w RFC3339 UTC „Zulu” z rozdzielczością nanosekundową i maksymalnie 9 cyframi po przecinku. Przykłady: "2014-10-02T15:01:23Z" i "2014-10-02T15:01:23.045123456Z" .
|
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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\"`. |"]]