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.v1
Assembly: Google.Apis.Verifiedaccess.v1.dll
Syntax
public class ChallengeResource

Constructors

ChallengeResource(IClientService)

Constructs a new resource.

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

Methods

Create(Empty)

CreateChallenge API

Declaration
public virtual ChallengeResource.CreateRequest Create(Empty body)
Parameters
Type Name Description
Empty body

The body of the request.

Returns
Type Description
ChallengeResource.CreateRequest

Verify(VerifyChallengeResponseRequest)

VerifyChallengeResponse API

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