Google Cloud reCAPTCHA Enterprise v1 API - Enum TestingOptions.Types.TestingChallenge (2.12.0)

public enum TestingOptions.Types.TestingChallenge

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API enum TestingOptions.Types.TestingChallenge.

Enum that represents the challenge option for challenge-based (CHECKBOX, INVISIBLE) testing keys.

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Fields

NameDescription
Nocaptcha

Challenge requests for this key always return a nocaptcha, which does not require a solution.

UnsolvableChallenge

Challenge requests for this key always return an unsolvable challenge.

Unspecified

Perform the normal risk analysis and return either nocaptcha or a challenge depending on risk and trust factors.