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

    Interface ConnectionOptionsApple

    Options for the 'apple' connection

    interface ConnectionOptionsApple {
        app_secret?: string | null;
        client_id?: string | null;
        email?: boolean;
        freeform_scopes?: string[];
        kid?: string | null;
        name?: boolean;
        scope?: string;
        set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
        team_id?: string | null;
        upstream_params?: ConnectionUpstreamParams;
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
    }

    Hierarchy (View Summary)

    Index

    Properties

    app_secret?: string | null

    Apple App Secret (must be a PEM)

    client_id?: string | null

    Apple Services ID

    email?: boolean

    User has the option to obfuscate the email with Apple's relay service

    freeform_scopes?: string[]

    Array of freeform scopes

    kid?: string | null

    Apple Key ID

    name?: boolean

    Whether to request name from Apple

    scope?: string

    Space separated list of scopes

    team_id?: string | null

    Apple Team ID

    upstream_params?: ConnectionUpstreamParams
    non_persistent_attrs?: ConnectionNonPersistentAttrs