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

    Interface ConnectionOptionsLinkedin

    Options for the 'linkedin' connection

    interface ConnectionOptionsLinkedin {
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        strategy_version?: number;
        basic_profile?: boolean;
        email?: boolean;
        profile?: boolean;
        client_id?: string;
        client_secret?: string;
        scope?: ConnectionScopeOAuth2;
        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
    strategy_version?: number
    basic_profile?: boolean

    When enabled, requests the basic_profile scope from LinkedIn to access basic profile information.

    email?: boolean

    When enabled, requests the email scope from LinkedIn to access the user's email address.

    profile?: boolean

    When enabled, requests the profile scope from LinkedIn to access profile information.

    client_id?: string
    client_secret?: string
    upstream_params?: ConnectionUpstreamParams