You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Retrieve the last Recall token from all developer games that is associated with the PGS Player principal encoded in the provided recall session id. The API is only available for users that have active PGS Player profile.</p>
<pre>Retrieve the last Recall token from all developer games that is associated with the PGS Player principal encoded in the provided recall session id. The API is only available for users that have active PGS Player profile.
104
+
105
+
Args:
106
+
sessionId: string, Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application. (required)
107
+
x__xgafv: string, V1 error format.
108
+
Allowed values
109
+
1 - v1 error format
110
+
2 - v2 error format
111
+
112
+
Returns:
113
+
An object of the form:
114
+
115
+
{ # Recall token data returned from for the RetrieveDeveloperGamesLastPlayerToken RPC
116
+
"token": { # Recall token data returned from RetrievePlayerTokens RPC # 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.
117
+
"expireTime": "A String", # Optional. Optional expiration time of the token
118
+
"multiPlayerPersona": True or False, # Required. Whether the persona identified by the token is linked to multiple PGS Players
119
+
"token": "A String", # Required. Value of the Recall token as it is provided by the client via LinkPersona RPC
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/games.v1.json
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -822,6 +822,30 @@ false
822
822
},
823
823
"recall": {
824
824
"methods": {
825
+
"lastTokenFromAllDeveloperGames": {
826
+
"description": "Retrieve the last Recall token from all developer games that is associated with the PGS Player principal encoded in the provided recall session id. The API is only available for users that have active PGS Player profile.",
"description": "Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application.",
"description": "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."
3178
+
}
3179
+
},
3180
+
"type": "object"
3181
+
},
3147
3182
"RetrievePlayerTokensResponse": {
3148
3183
"description": "Response for the RetrievePlayerTokens RPC",
0 commit comments