Class JwtValidateRequest
Request to validate the JWT or JSON representation of a pass.
Implements
Inherited Members
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 |