Google Cloud Recaptcha Enterprise V1 Client - Class IntegrationType (1.6.0)

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

Enum that represents the integration types for web keys.

Protobuf type google.cloud.recaptchaenterprise.v1.WebKeySettings.IntegrationType

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ WebKeySettings

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

INTEGRATION_TYPE_UNSPECIFIED

Value: 0

Default type that indicates this enum hasn't been specified. This is not a valid IntegrationType, one of the other types must be specified instead.

Generated from protobuf enum INTEGRATION_TYPE_UNSPECIFIED = 0;

SCORE

Value: 1

Only used to produce scores. It doesn't display the "I'm not a robot" checkbox and never shows captcha challenges.

Generated from protobuf enum SCORE = 1;

CHECKBOX

Value: 2

Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked.

Generated from protobuf enum CHECKBOX = 2;

INVISIBLE

Value: 3

Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis.

Generated from protobuf enum INVISIBLE = 3;