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

    Interface FormFieldChoiceConfigAllowOther

    interface FormFieldChoiceConfigAllowOther {
        enabled?: boolean;
        label?: string;
        placeholder?: string;
    }
    Index

    Properties

    enabled?: boolean
    label?: string
    placeholder?: string