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

    Interface ConnectionOptionsAuth0Oidc

    Options for the 'auth0-oidc' connection

    interface ConnectionOptionsAuth0Oidc {
        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