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

    Interface FormFieldBoolean

    interface FormFieldBoolean {
        id: string;
        category: "FIELD";
        type: "BOOLEAN";
        config: FormFieldBooleanConfig;
        label?: string;
        hint?: string;
        required?: boolean;
        sensitive?: boolean;
    }
    Index

    Properties

    id: string
    category: "FIELD"
    type: "BOOLEAN"
    label?: string
    hint?: string
    required?: boolean
    sensitive?: boolean