/AWS1/CL_QSTREADAUTHCONFIG¶
Read-only authentication configuration containing non-sensitive authentication details for action connectors.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_authenticationtype TYPE /AWS1/QSTCONNECTIONAUTHTYPE /AWS1/QSTCONNECTIONAUTHTYPE¶
The type of authentication being used (BASIC, API_KEY, OAUTH2_CLIENT_CREDENTIALS, or OAUTH2_AUTHORIZATION_CODE).
io_authenticationmetadata TYPE REF TO /AWS1/CL_QSTREADAUTHNTCTNMET /AWS1/CL_QSTREADAUTHNTCTNMET¶
The authentication metadata containing configuration details specific to the authentication type.
Queryable Attributes¶
AuthenticationType¶
The type of authentication being used (BASIC, API_KEY, OAUTH2_CLIENT_CREDENTIALS, or OAUTH2_AUTHORIZATION_CODE).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATIONTYPE() |
Getter for AUTHENTICATIONTYPE, with configurable default |
ASK_AUTHENTICATIONTYPE() |
Getter for AUTHENTICATIONTYPE w/ exceptions if field has no |
HAS_AUTHENTICATIONTYPE() |
Determine if AUTHENTICATIONTYPE has a value |
AuthenticationMetadata¶
The authentication metadata containing configuration details specific to the authentication type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATIONMETADATA() |
Getter for AUTHENTICATIONMETADATA |