Back to Node Auth0

Interface IntegrationRequiredParamOption

docs/interfaces/management.Management.IntegrationRequiredParamOption.html

5.9.1703 B
Original Source

Interface IntegrationRequiredParamOption

interface IntegrationRequiredParamOption {
value?: string;
label?: string;
}

Index

Properties

value?label?

Properties

Optionalvalue

value?: string

The value of an option that will be used within the application.

Optionallabel

label?: string

The display value of an option suitable for displaying in a UI.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties valuelabel