challengeSecurityPreference property
Settings for the frequency and difficulty at which this key triggers captcha challenges.
This should only be specified for IntegrationType
CHECKBOX, INVISIBLE or
POLICY_BASED_CHALLENGE.
Optional. Possible string values are:
- "CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED" : Default type that indicates this enum hasn't been specified.
- "USABILITY" : Key tends to show fewer and easier challenges.
- "BALANCE" : Key tends to show balanced (in amount and difficulty) challenges.
- "SECURITY" : Key tends to show more and harder challenges.
Implementation
core.String? challengeSecurityPreference;