Module: Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::IntegrationType

Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

Enum that represents the integration types for web keys.

Constant Summary collapse

INTEGRATION_TYPE_UNSPECIFIED =

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.

0
SCORE =

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

1
CHECKBOX =

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

2
INVISIBLE =

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

3