GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig constructor
GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig({
- String? emailPasswordEnforcementState,
- List<
GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule> ? managedRules, - String? phoneEnforcementState,
- List<
GoogleCloudIdentitytoolkitAdminV2RecaptchaKey> ? recaptchaKeys, - List<
GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule> ? tollFraudManagedRules, - bool? useAccountDefender,
- bool? useSmsBotScore,
- bool? useSmsTollFraudProtection,
Implementation
GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig({
this.emailPasswordEnforcementState,
this.managedRules,
this.phoneEnforcementState,
this.recaptchaKeys,
this.tollFraudManagedRules,
this.useAccountDefender,
this.useSmsBotScore,
this.useSmsTollFraudProtection,
});