Skip to content

/AWS1/CL_APFCNCTOROAUTHREQUEST

Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_authcode TYPE /AWS1/APFAUTHCODE /AWS1/APFAUTHCODE

The code provided by the connector when it has been authenticated via the connected app.

iv_redirecturi TYPE /AWS1/APFREDIRECTURI /AWS1/APFREDIRECTURI

The URL to which the authentication server redirects the browser after authorization has been granted.


Queryable Attributes

authCode

The code provided by the connector when it has been authenticated via the connected app.

Accessible with the following methods

Method Description
GET_AUTHCODE() Getter for AUTHCODE, with configurable default
ASK_AUTHCODE() Getter for AUTHCODE w/ exceptions if field has no value
HAS_AUTHCODE() Determine if AUTHCODE has a value

redirectUri

The URL to which the authentication server redirects the browser after authorization has been granted.

Accessible with the following methods

Method Description
GET_REDIRECTURI() Getter for REDIRECTURI, with configurable default
ASK_REDIRECTURI() Getter for REDIRECTURI w/ exceptions if field has no value
HAS_REDIRECTURI() Determine if REDIRECTURI has a value