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

    Interface ConnectionOptionsOAuth1Common

    Common attributes for connection options including non-persistent attributes and Cross App Access

    Hierarchy (View Summary)

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    client_id?: string

    OAuth 1.0 client identifier issued by the identity provider during application registration. This value identifies your Auth0 connection to the identity provider.

    client_secret?: string

    OAuth 1.0 client secret issued by the identity provider during application registration. Used to authenticate your Auth0 connection when signing requests and exchanging request tokens and verifiers for access tokens. May be null for public clients.

    upstream_params?: ConnectionUpstreamParams