Show / Hide Table of Contents

Class JwtResource.ValidateRequest

Checks that the JWT or JSON string in the request represents a valid pass to be saved.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<JwtValidateResponse>
WalletobjectsBaseServiceRequest<JwtValidateResponse>
JwtResource.ValidateRequest
Implements
IClientServiceRequest<JwtValidateResponse>
IClientServiceRequest
Inherited Members
WalletobjectsBaseServiceRequest<JwtValidateResponse>.Xgafv
WalletobjectsBaseServiceRequest<JwtValidateResponse>.AccessToken
WalletobjectsBaseServiceRequest<JwtValidateResponse>.Alt
WalletobjectsBaseServiceRequest<JwtValidateResponse>.Callback
WalletobjectsBaseServiceRequest<JwtValidateResponse>.Fields
WalletobjectsBaseServiceRequest<JwtValidateResponse>.Key
WalletobjectsBaseServiceRequest<JwtValidateResponse>.OauthToken
WalletobjectsBaseServiceRequest<JwtValidateResponse>.PrettyPrint
WalletobjectsBaseServiceRequest<JwtValidateResponse>.QuotaUser
WalletobjectsBaseServiceRequest<JwtValidateResponse>.UploadType
WalletobjectsBaseServiceRequest<JwtValidateResponse>.UploadProtocol
ClientServiceRequest<JwtValidateResponse>.Execute()
ClientServiceRequest<JwtValidateResponse>.ExecuteAsStream()
ClientServiceRequest<JwtValidateResponse>.ExecuteAsync()
ClientServiceRequest<JwtValidateResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<JwtValidateResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<JwtValidateResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<JwtValidateResponse>.CreateRequest(bool?)
ClientServiceRequest<JwtValidateResponse>.GenerateRequestUri()
ClientServiceRequest<JwtValidateResponse>.GetDefaultETagAction(string)
ClientServiceRequest<JwtValidateResponse>.ETagAction
ClientServiceRequest<JwtValidateResponse>.ModifyRequest
ClientServiceRequest<JwtValidateResponse>.ValidateParameters
ClientServiceRequest<JwtValidateResponse>.ApiVersion
ClientServiceRequest<JwtValidateResponse>.RequestParameters
ClientServiceRequest<JwtValidateResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Walletobjects.v1
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class JwtResource.ValidateRequest : WalletobjectsBaseServiceRequest<JwtValidateResponse>, IClientServiceRequest<JwtValidateResponse>, IClientServiceRequest

Constructors

ValidateRequest(IClientService, JwtValidateRequest)

Constructs a new Validate request.

Declaration
public ValidateRequest(IClientService service, JwtValidateRequest body)
Parameters
Type Name Description
IClientService service
JwtValidateRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<JwtValidateResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<JwtValidateResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<JwtValidateResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<JwtValidateResponse>.GetBody()

InitParameters()

Initializes Validate parameter list.

Declaration
protected override void InitParameters()
Overrides
WalletobjectsBaseServiceRequest<JwtValidateResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX