GoogleCloudIdentitytoolkitAdminV2Tenant constructor

GoogleCloudIdentitytoolkitAdminV2Tenant({
  1. bool? allowPasswordSignup,
  2. bool? disableAuth,
  3. String? displayName,
  4. bool? enableAnonymousUser,
  5. bool? enableEmailLinkSignin,
  6. GoogleCloudIdentitytoolkitAdminV2HashConfig? hashConfig,
  7. GoogleCloudIdentitytoolkitAdminV2Inheritance? inheritance,
  8. GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig? mfaConfig,
  9. String? name,
  10. GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig? smsRegionConfig,
  11. Map<String, String>? testPhoneNumbers,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2Tenant({
  this.allowPasswordSignup,
  this.disableAuth,
  this.displayName,
  this.enableAnonymousUser,
  this.enableEmailLinkSignin,
  this.hashConfig,
  this.inheritance,
  this.mfaConfig,
  this.name,
  this.smsRegionConfig,
  this.testPhoneNumbers,
});