/AWS1/CL_IOXAUTHCONFIG¶
The authentication configuration details for a connector destination, including OAuth settings and other authentication parameters.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_oauth TYPE REF TO /AWS1/CL_IOXOAUTHCONFIG /AWS1/CL_IOXOAUTHCONFIG¶
The OAuth configuration settings used for authentication with the third-party service.
it_generalauthorization TYPE /AWS1/CL_IOXAUTHMATERIAL=>TT_AUTHMATERIALS TT_AUTHMATERIALS¶
The authorization materials for General Authorization.
Queryable Attributes¶
oAuth¶
The OAuth configuration settings used for authentication with the third-party service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTH() |
Getter for OAUTH |
GeneralAuthorization¶
The authorization materials for General Authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERALAUTHORIZATION() |
Getter for GENERALAUTHORIZATION, with configurable default |
ASK_GENERALAUTHORIZATION() |
Getter for GENERALAUTHORIZATION w/ exceptions if field has n |
HAS_GENERALAUTHORIZATION() |
Determine if GENERALAUTHORIZATION has a value |