docs/interfaces/management.Management.ConnectionOptionsPaypal.html
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;
}
Accepts any additional properties
non_persistent_attrs?client_id?client_secret?freeform_scopes?scope?set_user_root_attributes?address?email?phone?profile?
Optionalnon_persistent_attrsnon_persistent_attrs?: ConnectionNonPersistentAttrs
Optionalclient_idclient_id?: string
Optionalclient_secretclient_secret?: string
Optionalfreeform_scopesfreeform_scopes?: ConnectionScopeArray
Optionalscopescope?: ConnectionScopeArray
Optionalset_user_root_attributesset_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum
Optionaladdressaddress?: boolean
When enabled, requests the 'address' scope from PayPal to access the user's address information.
Optionalemailemail?: boolean
When enabled, requests the 'email' scope from PayPal to access the user's email address.
Optionalphonephone?: boolean
When enabled, requests the 'phone' scope from PayPal to access the user's phone number.
Optionalprofileprofile?: 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.
Member Visibility
ThemeOSLightDark
Properties non_persistent_attrsclient_idclient_secretfreeform_scopesscopeset_user_root_attributesaddressemailphoneprofile