Show / Hide Table of Contents

Class JwtValidateRequest

Request to validate the JWT or JSON representation of a pass.

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

Properties

ETag

The ETag of the item.

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

JsonResource

Optional. A JSON representation of a pass to be validated. Either this or jwt_resource should be set. Requests setting both or neither will be rejected.

Declaration
[JsonProperty("jsonResource")]
public virtual JsonResource JsonResource { get; set; }
Property Value
Type Description
JsonResource

JwtResource

Optional. A JWT representation of a pass to be validated. Either this or json_resource should be set. Requests setting both or neither will be rejected.

Declaration
[JsonProperty("jwtResource")]
public virtual JwtResource JwtResource { get; set; }
Property Value
Type Description
JwtResource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX