Class ApplicationVerifyResponse
This is a JSON template for a third party application verification response resource.
Inheritance
System.Object
ApplicationVerifyResponse
Implements
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ApplicationVerifyResponse : object, 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
public virtual string AlternatePlayerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#applicationVerifyResponse.
Declaration
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PlayerId
The ID of the player that was issued the auth token used in this request.
Declaration
public virtual string PlayerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |