GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig constructor
GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig({
- List<
String> ? enabledProviders, - List<
GoogleCloudIdentitytoolkitAdminV2ProviderConfig> ? providerConfigs, - String? state,
Implementation
GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig({
this.enabledProviders,
this.providerConfigs,
this.state,
});