REST Resource: recall
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース
このリソースに関連付けられた永続データはありません。
メソッド |
|
指定されたリコール セッション ID でエンコードされた PGS プレーヤーに関連付けられている、リクエストされたすべてのゲームからリコール トークンを取得します。 |
|
指定されたリコール セッション ID にエンコードされた PGS プレーヤーに関連付けられている、すべてのデベロッパー ゲームから最後のリコール トークンを取得します。 |
|
指定されたリコール セッション ID にエンコードされた PGS プレーヤー プリンシパルをゲーム内アカウントに関連付ける |
|
指定されたペルソナをプレイヤー(プロフィールありまたはなし)にリンクしているすべての Recall トークンを削除します。 |
|
指定されたリコール セッション ID にエンコードされた PGS プレーヤーに関連付けられているすべてのリコール トークンを取得します。 |
|
リコール セッションで識別された PGS プレーヤー プリンシパルと、「ペルソナ」またはトークン値で識別されたゲーム内アカウントをリンクするリコール トークンを削除します。 |
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 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-27 UTC。"],[],[],null,["# REST Resource: recall\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [gamesPlayerTokens](/games/services/web/api/rest/v1/recall/gamesPlayerTokens) | Retrieve the Recall tokens from all requested games that is associated with the PGS Player encoded in the provided recall session id. |\n| ### [lastTokenFromAllDeveloperGames](/games/services/web/api/rest/v1/recall/lastTokenFromAllDeveloperGames) | Retrieve the last Recall token from all developer games that is associated with the PGS Player encoded in the provided recall session id. |\n| ### [linkPersona](/games/services/web/api/rest/v1/recall/linkPersona) | Associate the PGS Player principal encoded in the provided recall session id with an in-game account |\n| ### [resetPersona](/games/services/web/api/rest/v1/recall/resetPersona) | Delete all Recall tokens linking the given persona to any player (with or without a profile). |\n| ### [retrieveTokens](/games/services/web/api/rest/v1/recall/retrieveTokens) | Retrieve all Recall tokens associated with the PGS Player encoded in the provided recall session id. |\n| ### [unlinkPersona](/games/services/web/api/rest/v1/recall/unlinkPersona) | Delete a Recall token linking the PGS Player principal identified by the Recall session and an in-game account identified either by the 'persona' or by the token value. |"]]