Class DecodeIntegrityTokenRequest
Request to decode the integrity token.
Implements
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class DecodeIntegrityTokenRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntegrityToken
Encoded integrity token.
Declaration
[JsonProperty("integrityToken")]
public virtual string IntegrityToken { get; set; }
Property Value
Type | Description |
---|---|
string |