GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig constructor

GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig({
  1. String? emailPasswordEnforcementState,
  2. List<GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule>? managedRules,
  3. String? phoneEnforcementState,
  4. List<GoogleCloudIdentitytoolkitAdminV2RecaptchaKey>? recaptchaKeys,
  5. List<GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule>? tollFraudManagedRules,
  6. bool? useAccountDefender,
  7. bool? useSmsBotScore,
  8. bool? useSmsTollFraudProtection,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig({
  this.emailPasswordEnforcementState,
  this.managedRules,
  this.phoneEnforcementState,
  this.recaptchaKeys,
  this.tollFraudManagedRules,
  this.useAccountDefender,
  this.useSmsBotScore,
  this.useSmsTollFraudProtection,
});