public enum TestingOptions.Types.TestingChallengeReference 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 (for example, CHECKBOX and INVISIBLE) testing keys. Ensure that applications can handle values not explicitly listed.
Namespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |