challengeSecurityPreference property

String? challengeSecurityPreference
getter/setter pair

Settings for the frequency and difficulty at which this key triggers captcha challenges.

This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE.

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;