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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX