Show / Hide Table of Contents

Class ApplicationVerifyResponse

A third party application verification response resource.

Inheritance
object
ApplicationVerifyResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX