Module: Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference

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

Overview

Enum that represents the possible challenge frequency and difficulty configurations for a web key.

Constant Summary collapse

CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED =

Default type that indicates this enum hasn't been specified.

0
USABILITY =

Key tends to show fewer and easier challenges.

1
BALANCE =

Key tends to show balanced (in amount and difficulty) challenges.

2
SECURITY =

Key tends to show more and harder challenges.

3