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

    Interface ConnectionOptionsOAuth1

    Options for the 'oauth1' connection

    interface ConnectionOptionsOAuth1 {
        client_id?: string;
        client_secret?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    client_id?: string
    client_secret?: string