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

    Interface ConnectionOptionsOAuth1

    Options for the 'oauth1' connection

    interface ConnectionOptionsOAuth1 {
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        accessTokenURL?: string;
        client_id?: string;
        client_secret?: string;
        requestTokenURL?: string;
        scripts?: ConnectionScriptsOAuth1;
        signatureMethod?: "RSA-SHA1";
        upstream_params?: ConnectionUpstreamParams;
        userAuthorizationURL?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    accessTokenURL?: string
    client_id?: string
    client_secret?: string
    requestTokenURL?: string
    signatureMethod?: "RSA-SHA1"
    upstream_params?: ConnectionUpstreamParams
    userAuthorizationURL?: string