Skip to content

/AWS1/CL_APFPARDOTCNCTORPFLC00

The connector-specific profile credentials required when using Salesforce Pardot.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_accesstoken TYPE /AWS1/APFACCESSTOKEN /AWS1/APFACCESSTOKEN

The credentials used to access protected Salesforce Pardot resources.

iv_refreshtoken TYPE /AWS1/APFREFRESHTOKEN /AWS1/APFREFRESHTOKEN

The credentials used to acquire new access tokens.

io_oauthrequest TYPE REF TO /AWS1/CL_APFCNCTOROAUTHREQUEST /AWS1/CL_APFCNCTOROAUTHREQUEST

oAuthRequest

iv_clientcredentialsarn TYPE /AWS1/APFCLIENTCREDENTIALSARN /AWS1/APFCLIENTCREDENTIALSARN

The secret manager ARN, which contains the client ID and client secret of the connected app.


Queryable Attributes

accessToken

The credentials used to access protected Salesforce Pardot resources.

Accessible with the following methods

Method Description
GET_ACCESSTOKEN() Getter for ACCESSTOKEN, with configurable default
ASK_ACCESSTOKEN() Getter for ACCESSTOKEN w/ exceptions if field has no value
HAS_ACCESSTOKEN() Determine if ACCESSTOKEN has a value

refreshToken

The credentials used to acquire new access tokens.

Accessible with the following methods

Method Description
GET_REFRESHTOKEN() Getter for REFRESHTOKEN, with configurable default
ASK_REFRESHTOKEN() Getter for REFRESHTOKEN w/ exceptions if field has no value
HAS_REFRESHTOKEN() Determine if REFRESHTOKEN has a value

oAuthRequest

oAuthRequest

Accessible with the following methods

Method Description
GET_OAUTHREQUEST() Getter for OAUTHREQUEST

clientCredentialsArn

The secret manager ARN, which contains the client ID and client secret of the connected app.

Accessible with the following methods

Method Description
GET_CLIENTCREDENTIALSARN() Getter for CLIENTCREDENTIALSARN, with configurable default
ASK_CLIENTCREDENTIALSARN() Getter for CLIENTCREDENTIALSARN w/ exceptions if field has n
HAS_CLIENTCREDENTIALSARN() Determine if CLIENTCREDENTIALSARN has a value