GoogleCloudIdentitytoolkitAdminV2Config constructor
GoogleCloudIdentitytoolkitAdminV2Config({
- List<
String> ? authorizedDomains, - GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig? blockingFunctions,
- GoogleCloudIdentitytoolkitAdminV2ClientConfig? client,
- GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig? mfa,
- GoogleCloudIdentitytoolkitAdminV2MonitoringConfig? monitoring,
- GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig? multiTenant,
- String? name,
- GoogleCloudIdentitytoolkitAdminV2NotificationConfig? notification,
- GoogleCloudIdentitytoolkitAdminV2QuotaConfig? quota,
- GoogleCloudIdentitytoolkitAdminV2SignInConfig? signIn,
- String? subtype,
Implementation
GoogleCloudIdentitytoolkitAdminV2Config({
this.authorizedDomains,
this.blockingFunctions,
this.client,
this.mfa,
this.monitoring,
this.multiTenant,
this.name,
this.notification,
this.quota,
this.signIn,
this.subtype,
});