Back to Node Auth0

Interface TenantSettingsCountryCodesResponse

docs/interfaces/management.Management.TenantSettingsCountryCodesResponse.html

5.11.0996 B
Original Source

Interface TenantSettingsCountryCodesResponse

Phone country code configuration for identifier input.

interface TenantSettingsCountryCodesResponse {
list?: string[];
mode?: Management.TenantSettingsCountryCodesModeResponse;
}

Index

Properties

list?mode?

Properties

Optionallist

list?: string[]

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

Optionalmode

mode?: Management.TenantSettingsCountryCodesModeResponse

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties listmode