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.
Protobuf type google.cloud.recaptchaenterprise.v1.TestingOptions.TestingChallenge
CloneableInstantiable
| Constants |
| public Google Challenge requests for this key always return a nocaptcha, which does not require a solution. Generated from protobuf enum NOCAPTCHA = 1; |
| public Google Perform the normal risk analysis and return either nocaptcha or a challenge depending on risk and trust factors. Generated from protobuf enum TESTING_CHALLENGE_UNSPECIFIED = 0; |
| public Google Challenge requests for this key always return an unsolvable challenge. Generated from protobuf enum UNSOLVABLE_CHALLENGE = 2; |
| Methods |
| public static name( $value) |
| public static value( $name) |
| Properties |
| private static $valueToName = ['TESTING_CHALLENGE_UNSPECIFIED', 'NOCAPTCHA', 'UNSOLVABLE_CHALLENGE'] |
| Properties |
| private static $valueToName = ['TESTING_CHALLENGE_UNSPECIFIED', 'NOCAPTCHA', 'UNSOLVABLE_CHALLENGE'] |
| Methods |
| public static name( $value) |
| public static value( $name) |