Show / Hide Table of Contents

Class ChallengeResource

The "challenge" collection of methods.

Inheritance
object
ChallengeResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Verifiedaccess.v2
Assembly: Google.Apis.Verifiedaccess.v2.dll
Syntax
public class ChallengeResource

Constructors

ChallengeResource(IClientService)

Constructs a new resource.

Declaration
public ChallengeResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Generate(Empty)

Generates a new challenge.

Declaration
public virtual ChallengeResource.GenerateRequest Generate(Empty body)
Parameters
Type Name Description
Empty body

The body of the request.

Returns
Type Description
ChallengeResource.GenerateRequest

Verify(VerifyChallengeResponseRequest)

Verifies the challenge response.

Declaration
public virtual ChallengeResource.VerifyRequest Verify(VerifyChallengeResponseRequest body)
Parameters
Type Name Description
VerifyChallengeResponseRequest body

The body of the request.

Returns
Type Description
ChallengeResource.VerifyRequest
In this article
Back to top Generated by DocFX