Class RetrievePlayerTokensResponse
Response for the RetrievePlayerTokens RPC
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RetrievePlayerTokensResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Tokens
Required. Recall tokens associated with the requested PGS Player principal
Declaration
[JsonProperty("tokens")]
public virtual IList<RecallToken> Tokens { get; set; }
Property Value
Type | Description |
---|---|
IList<RecallToken> |