Class ChallengeResource.VerifyRequest
VerifyChallengeResponse API
Inheritance
ChallengeResource.VerifyRequest
Inherited Members
Namespace: Google.Apis.Verifiedaccess.v1
Assembly: Google.Apis.Verifiedaccess.v1.dll
Syntax
public class ChallengeResource.VerifyRequest : VerifiedaccessBaseServiceRequest<VerifyChallengeResponseResult>, IClientServiceRequest<VerifyChallengeResponseResult>, IClientServiceRequest
Constructors
VerifyRequest(IClientService, VerifyChallengeResponseRequest)
Constructs a new Verify request.
Declaration
public VerifyRequest(IClientService service, VerifyChallengeResponseRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
VerifyChallengeResponseRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Verifiedaccess.v1.Data.VerifyChallengeResponseResult>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Verifiedaccess.v1.Data.VerifyChallengeResponseResult>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Verifiedaccess.v1.Data.VerifyChallengeResponseResult>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Verifiedaccess.v1.Data.VerifyChallengeResponseResult>.GetBody()
InitParameters()
Initializes Verify parameter list.
Declaration
protected override void InitParameters()