Back to Node Auth0

Interface TenantSettingsCountryCodes

docs/interfaces/management.Management.TenantSettingsCountryCodes.html

5.11.0940 B
Original Source

Interface TenantSettingsCountryCodes

Phone country code configuration for identifier input.

interface TenantSettingsCountryCodes {
list?: string[];
mode?: Management.TenantSettingsCountryCodesMode;
}

Index

Properties

list?mode?

Properties

Optionallist

list?: string[]

Array of ISO 3166-1 alpha-2 country codes.

Optionalmode

mode?: Management.TenantSettingsCountryCodesMode

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties listmode