GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig constructor

GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig({
  1. List<String>? enabledProviders,
  2. List<GoogleCloudIdentitytoolkitAdminV2ProviderConfig>? providerConfigs,
  3. String? state,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig({
  this.enabledProviders,
  this.providerConfigs,
  this.state,
});