GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig class
The reCAPTCHA Enterprise integration config.
Constructors
-
GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig.new({String? emailPasswordEnforcementState, List<
GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule> ? managedRules, String? phoneEnforcementState, List<GoogleCloudIdentitytoolkitAdminV2RecaptchaKey> ? recaptchaKeys, List<GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule> ? tollFraudManagedRules, bool? useAccountDefender, bool? useSmsBotScore, bool? useSmsTollFraudProtection}) - GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig.fromJson(Map json_)
Properties
- emailPasswordEnforcementState ↔ String?
-
The reCAPTCHA config for email/password provider, containing the
enforcement status.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
managedRules
↔ List<
GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule> ? -
The managed rules for authentication action based on reCAPTCHA scores.
getter/setter pair
- phoneEnforcementState ↔ String?
-
The reCAPTCHA config for phone provider, containing the enforcement
status.
getter/setter pair
-
recaptchaKeys
↔ List<
GoogleCloudIdentitytoolkitAdminV2RecaptchaKey> ? -
The reCAPTCHA keys.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tollFraudManagedRules
↔ List<
GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule> ? -
The managed rules for the authentication action based on reCAPTCHA toll
fraud risk scores.
getter/setter pair
- useAccountDefender ↔ bool?
-
Whether to use the account defender for reCAPTCHA assessment.
getter/setter pair
- useSmsBotScore ↔ bool?
-
Whether to use the rCE bot score for reCAPTCHA phone provider.
getter/setter pair
- useSmsTollFraudProtection ↔ bool?
-
Whether to use the rCE sms toll fraud protection risk score for reCAPTCHA
phone provider.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited