/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.
iv_codeverifier TYPE /AWS1/APFCODEVERIFIER /AWS1/APFCODEVERIFIER¶
The code verifier used in the PKCE (Proof Key for Code Exchange) OAuth flow.
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 |
codeVerifier¶
The code verifier used in the PKCE (Proof Key for Code Exchange) OAuth flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEVERIFIER() |
Getter for CODEVERIFIER, with configurable default |
ASK_CODEVERIFIER() |
Getter for CODEVERIFIER w/ exceptions if field has no value |
HAS_CODEVERIFIER() |
Determine if CODEVERIFIER has a value |