Copied!

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\Cloud\RecaptchaEnterprise\V1\TestingOptions\TestingChallenge::NOCAPTCHA = 1
 

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

Generated from protobuf enum NOCAPTCHA = 1;

public Google\Cloud\RecaptchaEnterprise\V1\TestingOptions\TestingChallenge::TESTING_CHALLENGE_UNSPECIFIED = 0
 

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\Cloud\RecaptchaEnterprise\V1\TestingOptions\TestingChallenge::UNSOLVABLE_CHALLENGE = 2
 

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)
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration