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

    Interface ConnectionOptionsPaypal

    Options for the 'paypal' and 'paypal-sandbox' connections

    interface ConnectionOptionsPaypal {
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        client_id?: string;
        client_secret?: string;
        freeform_scopes?: ConnectionScopeArray;
        scope?: ConnectionScopeArray;
        set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
        address?: boolean;
        email?: boolean;
        phone?: boolean;
        profile?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    client_id?: string
    client_secret?: string
    freeform_scopes?: ConnectionScopeArray
    address?: boolean

    When enabled, requests the 'address' scope from PayPal to access the user's address information.

    email?: boolean

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

    phone?: boolean

    When enabled, requests the 'phone' scope from PayPal to access the user's phone number.

    profile?: boolean

    When enabled, requests the 'profile' scope from PayPal to access basic profile information including first name, last name, date of birth, time zone, locale, and language. This scope is always enabled by the system.