Method: recall.lastTokenFromAllDeveloperGames
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Pobierz ostatni token wycofywania ze wszystkich gier dla deweloperów powiązanych z Odtwarzaczem gier Play zakodowany w podanym identyfikatorze sesji wycofania. Interfejs API jest dostępny tylko dla użytkowników, którzy mają aktywny profil gracza w usługach gier Play.
Żądanie HTTP
GET https://games.googleapis.com/games/v1/recall/developerGamesLastPlayerToken/{sessionId}
Parametry ścieżki
Parametry |
sessionId |
string
Wymagane. Nieprzezroczysty ciąg znaków wygenerowany przez serwer, który koduje wszystkie informacje niezbędne do identyfikacji odtwarzacza usług gier Play / użytkownika Google i aplikacji.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Zwrócone dane tokena wycofywania dla wywołania RPC result.lastTokenFromAllDeveloperGames
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
Pola |
gamePlayerToken |
object (GamePlayerToken )
Token wycofywania powiązany z żądanym podmiotem zabezpieczeń usługi gier Play. Można ją cofnąć, jeśli z żądanym podmiotem zabezpieczeń nie jest powiązany żaden token wycofywania.
|
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/androidpublisher
Więcej informacji znajdziesz w artykule Omówienie protokołu OAuth 2.0.
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-27 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-27 UTC."],[],[],null,["# Method: recall.lastTokenFromAllDeveloperGames\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.RetrieveDeveloperGamesLastPlayerTokenResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nRetrieve the last Recall token from all developer games that is associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have active PGS Player profile.\n\n### HTTP request\n\n`GET https://games.googleapis.com/games/v1/recall/developerGamesLastPlayerToken/{sessionId}`\n\n### Path parameters\n\n| Parameters ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sessionId` | `string` Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nRecall token data returned from for the recall.lastTokenFromAllDeveloperGames RPC\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------|\n| ``` { \"gamePlayerToken\": { object (/games/services/web/api/rest/v1/GamePlayerToken) } } ``` |\n\n| Fields ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `gamePlayerToken` | `object (`[GamePlayerToken](/games/services/web/api/rest/v1/GamePlayerToken)`)` The recall token associated with the requested PGS Player principal. It can be unset if there is no recall token associated with the requested principal. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]