Show / Hide Table of Contents

Class PcTokenPayloadExternal

Contains PC device attestation details.

Inheritance
object
PcTokenPayloadExternal
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.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class PcTokenPayloadExternal : IDirectResponseSchema

Properties

AccountDetails

Details about the account information such as the licensing status.

Declaration
[JsonProperty("accountDetails")]
public virtual PcAccountDetails AccountDetails { get; set; }
Property Value
Type Description
PcAccountDetails

DeviceIntegrity

Required. Details about the device integrity.

Declaration
[JsonProperty("deviceIntegrity")]
public virtual PcDeviceIntegrity DeviceIntegrity { get; set; }
Property Value
Type Description
PcDeviceIntegrity

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RequestDetails

Required. Details about the integrity request.

Declaration
[JsonProperty("requestDetails")]
public virtual PcRequestDetails RequestDetails { get; set; }
Property Value
Type Description
PcRequestDetails

TestingDetails

Indicates that this payload is generated for testing purposes and contains any additional data that is linked with testing status.

Declaration
[JsonProperty("testingDetails")]
public virtual PcTestingDetails TestingDetails { get; set; }
Property Value
Type Description
PcTestingDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX