GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig constructor

GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig({
  1. String? emailPasswordEnforcementState,
  2. List<GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule>? managedRules,
  3. List<GoogleCloudIdentitytoolkitAdminV2RecaptchaKey>? recaptchaKeys,
  4. bool? useAccountDefender,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig({
  this.emailPasswordEnforcementState,
  this.managedRules,
  this.recaptchaKeys,
  this.useAccountDefender,
});