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

    Interface ConnectionOptionsExact

    Options for the 'exact' connection

    interface ConnectionOptionsExact {
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        baseUrl?: string;
        client_id?: string;
        client_secret?: string;
        profile?: boolean;
        set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
        upstream_params?: ConnectionUpstreamParams;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    baseUrl?: string
    client_id?: string
    client_secret?: string
    profile?: boolean

    Enables retrieval of basic profile attributes from Exact Online including name, username, picture, email, gender, and language.

    upstream_params?: ConnectionUpstreamParams