Back to Node Auth0

Interface ConnectionOptionsPaypal

docs/interfaces/management.Management.ConnectionOptionsPaypal.html

5.9.13.4 KB
Original Source

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

Accepts any additional properties

Index

Properties

non_persistent_attrs?client_id?client_secret?freeform_scopes?scope?set_user_root_attributes?address?email?phone?profile?

Properties

Optionalnon_persistent_attrs

non_persistent_attrs?: ConnectionNonPersistentAttrs

Optionalclient_id

client_id?: string

Optionalclient_secret

client_secret?: string

Optionalfreeform_scopes

freeform_scopes?: ConnectionScopeArray

Optionalscope

scope?: ConnectionScopeArray

Optionalset_user_root_attributes

set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum

Optionaladdress

address?: boolean

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

Optionalemail

email?: boolean

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

Optionalphone

phone?: boolean

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

Optionalprofile

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.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties non_persistent_attrsclient_idclient_secretfreeform_scopesscopeset_user_root_attributesaddressemailphoneprofile