Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface IntegrationRequiredParamOption

    This file was auto-generated by Fern from our API Definition.

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

    Properties

    Properties

    value?: string

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

    label?: string

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