Google Cloud Recaptcha Enterprise V1 Client - Class ChallengeSecurityPreference (1.4.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ChallengeSecurityPreference.
Enum that represents the possible challenge frequency and difficulty configurations for a web key.
Protobuf type google.cloud.recaptchaenterprise.v1.WebKeySettings.ChallengeSecurityPreference
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ WebKeySettingsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED
Value: 0Default type that indicates this enum hasn't been specified.
Generated from protobuf enum CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED = 0;
USABILITY
Value: 1Key tends to show fewer and easier challenges.
Generated from protobuf enum USABILITY = 1;
BALANCE
Value: 2Key tends to show balanced (in amount and difficulty) challenges.
Generated from protobuf enum BALANCE = 2;
SECURITY
Value: 3Key tends to show more and harder challenges.
Generated from protobuf enum SECURITY = 3;