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
Copy file name to clipboardExpand all lines: docs/dyn/games_v1.recall.html
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -117,16 +117,14 @@ <h3>Method Details</h3>
117
117
An object of the form:
118
118
119
119
{ # A list of recall token data returned from the RetrieveGamesPlayerTokens RPC
120
-
"applicationRecallTokens": [ # The requested applications along with the recall tokens for the player. If the player does not have recall tokens for an application, that application is not included in the response.
120
+
"gamePlayerTokens": [ # The requested applications along with the recall tokens for the player. If the player does not have recall tokens for an application, that application is not included in the response.
121
121
{ # Recall tokens for a game.
122
122
"applicationId": "A String", # The application that this player identifier is for.
123
-
"token": [ # Recall token data.
124
-
{ # Recall token data returned from RetrievePlayerTokens RPC
125
-
"expireTime": "A String", # Optional. Optional expiration time of the token
126
-
"multiPlayerPersona": True or False, # Required. Whether the persona identified by the token is linked to multiple PGS Players
127
-
"token": "A String", # Required. Value of the Recall token as it is provided by the client via LinkPersona RPC
128
-
},
129
-
],
123
+
"recallToken": { # Recall token data returned from RetrievePlayerTokens RPC # Recall token data.
124
+
"expireTime": "A String", # Optional. Optional expiration time of the token
125
+
"multiPlayerPersona": True or False, # Required. Whether the persona identified by the token is linked to multiple PGS Players
126
+
"token": "A String", # Required. Value of the Recall token as it is provided by the client via LinkPersona RPC
127
+
},
130
128
},
131
129
],
132
130
}</pre>
@@ -147,10 +145,13 @@ <h3>Method Details</h3>
147
145
An object of the form:
148
146
149
147
{ # Recall token data returned from for the RetrieveDeveloperGamesLastPlayerToken RPC
150
-
"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.
151
-
"expireTime": "A String", # Optional. Optional expiration time of the token
152
-
"multiPlayerPersona": True or False, # Required. Whether the persona identified by the token is linked to multiple PGS Players
153
-
"token": "A String", # Required. Value of the Recall token as it is provided by the client via LinkPersona RPC
148
+
"gamePlayerToken": { # Recall tokens for a game. # 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.
149
+
"applicationId": "A String", # The application that this player identifier is for.
150
+
"recallToken": { # Recall token data returned from RetrievePlayerTokens RPC # Recall token data.
151
+
"expireTime": "A String", # Optional. Optional expiration time of the token
152
+
"multiPlayerPersona": True or False, # Required. Whether the persona identified by the token is linked to multiple PGS Players
153
+
"token": "A String", # Required. Value of the Recall token as it is provided by the client via LinkPersona RPC
"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."
3320
3317
}
3321
3318
},
@@ -3325,7 +3322,7 @@ false
3325
3322
"description": "A list of recall token data returned from the RetrieveGamesPlayerTokens RPC",
3326
3323
"id": "RetrieveGamesPlayerTokensResponse",
3327
3324
"properties": {
3328
-
"applicationRecallTokens": {
3325
+
"gamePlayerTokens": {
3329
3326
"description": "The requested applications along with the recall tokens for the player. If the player does not have recall tokens for an application, that application is not included in the response.",
0 commit comments