Google Cloud Recaptcha Enterprise V1 Client - Class TestingChallenge (1.4.2)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class TestingChallenge.

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

Protobuf type google.cloud.recaptchaenterprise.v1.TestingOptions.TestingChallenge

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ TestingOptions

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TESTING_CHALLENGE_UNSPECIFIED

Value: 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;

NOCAPTCHA

Value: 1

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

Generated from protobuf enum NOCAPTCHA = 1;

UNSOLVABLE_CHALLENGE

Value: 2

Challenge requests for this key always return an unsolvable challenge.

Generated from protobuf enum UNSOLVABLE_CHALLENGE = 2;