Class ApplicationVerifyResponse
A third party application verification response resource.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ApplicationVerifyResponse : IDirectResponseSchema
Properties
AlternatePlayerId
An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.)
Declaration
[JsonProperty("alternate_player_id")]
public virtual string AlternatePlayerId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string
games#applicationVerifyResponse
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
PlayerId
The ID of the player that was issued the auth token used in this request.
Declaration
[JsonProperty("player_id")]
public virtual string PlayerId { get; set; }
Property Value
Type | Description |
---|---|
string |