Method: recall.lastTokenFromAllDeveloperGames
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
آخرین نشانه فراخوان را از همه بازی های توسعه دهنده که با PGS Player کدگذاری شده در شناسه جلسه فراخوان ارائه شده مرتبط است، بازیابی کنید. API فقط برای کاربرانی در دسترس است که نمایه PGS Player فعال دارند.
درخواست HTTP
GET https://games.googleapis.com/games/v1/recall/developerGamesLastPlayerToken/{sessionId}
پارامترهای مسیر
پارامترها |
---|
sessionId | string مورد نیاز. رشته تولید شده توسط سرور غیرشفاف که تمام اطلاعات لازم برای شناسایی کاربر و برنامه پخش کننده PGS / Google را رمزگذاری می کند. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
فراخوانی داده رمز بازگردانده شده از برای recall.lastTokenFromAllDeveloperGames RPC
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی داده هایی با ساختار زیر است:
فیلدها |
---|
gamePlayerToken | object ( GamePlayerToken ) نشانه فراخوان مرتبط با اصلی درخواست شده PGS Player. اگر نشانه فراخوانی مرتبط با اصل درخواستی وجود نداشته باشد، میتواند تنظیم شود. |
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/androidpublisher
برای اطلاعات بیشتر، به نمای کلی OAuth 2.0 مراجعه کنید.
محتوا و نمونه کدها در این صفحه مشمول پروانههای توصیفشده در پروانه محتوا هستند. جاوا و OpenJDK علامتهای تجاری یا علامتهای تجاری ثبتشده Oracle و/یا وابستههای آن هستند.
تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-29 بهوقت ساعت هماهنگ جهانی."],[],[],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)."]]