GoogleCloudIdentitytoolkitAdminV2Tenant constructor
GoogleCloudIdentitytoolkitAdminV2Tenant({
- bool? allowPasswordSignup,
- bool? disableAuth,
- String? displayName,
- bool? enableAnonymousUser,
- bool? enableEmailLinkSignin,
- GoogleCloudIdentitytoolkitAdminV2HashConfig? hashConfig,
- GoogleCloudIdentitytoolkitAdminV2Inheritance? inheritance,
- GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig? mfaConfig,
- String? name,
- GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig? smsRegionConfig,
- 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,
});