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

    Interface ConnectionCustomScripts

    A map of scripts used to integrate with a custom database.

    interface ConnectionCustomScripts {
        login?: string;
        get_user?: string;
        delete?: string;
        change_password?: string;
        verify?: string;
        create?: string;
        change_username?: string;
        change_email?: string;
        change_phone_number?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    login?: string
    get_user?: string
    delete?: string
    change_password?: string
    verify?: string
    create?: string
    change_username?: string
    change_email?: string
    change_phone_number?: string