Class ChallengeResource
The "challenge" collection of methods.
Inherited Members
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 |