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">Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set `playerId` to `me`.</p>
<pre>Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set `playerId` to `me`.
98
98
99
99
Args:
100
100
playerId: string, A player ID. A value of `me` may be used in place of the authenticated player's ID. (required)
101
101
language: string, The preferred language to use for strings returned by this method.
102
+
playerIdConsistencyToken: string, Consistency token of the player id. The call returns a 'not found' result when the token is present and invalid. Empty value is ignored. See also GlobalPlayerIdConsistencyTokenProto
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/games.v1.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -714,6 +714,11 @@
714
714
"location": "path",
715
715
"required": true,
716
716
"type": "string"
717
+
},
718
+
"playerIdConsistencyToken": {
719
+
"description": "Consistency token of the player id. The call returns a 'not found' result when the token is present and invalid. Empty value is ignored. See also GlobalPlayerIdConsistencyTokenProto",
0 commit comments