reCAPTCHA Enterprise V1 API - Module Google::Cloud::RecaptchaEnterprise::V1::TestingOptions::TestingChallenge (v1.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the reCAPTCHA Enterprise V1 API module Google::Cloud::RecaptchaEnterprise::V1::TestingOptions::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.
Constants
TESTING_CHALLENGE_UNSPECIFIED
value: 0 Perform the normal risk analysis and return either nocaptcha or a
challenge depending on risk and trust factors.
NOCAPTCHA
value: 1 Challenge requests for this key always return a nocaptcha, which
does not require a solution.
UNSOLVABLE_CHALLENGE
value: 2 Challenge requests for this key always return an unsolvable
challenge.