GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig constructor

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

Implementation

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