/AWS1/CL_CWECRECXNOAUTHREQPRMS¶
Contains the OAuth authorization parameters to use for the connection.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_clientparameters TYPE REF TO /AWS1/CL_CWECRECXNOAUTHCLIRE00 /AWS1/CL_CWECRECXNOAUTHCLIRE00¶
A
CreateConnectionOAuthClientRequestParametersobject that contains the client parameters for OAuth authorization.
iv_authorizationendpoint TYPE /AWS1/CWEHTTPSENDPOINT /AWS1/CWEHTTPSENDPOINT¶
The URL to the authorization endpoint when OAuth is specified as the authorization type.
iv_httpmethod TYPE /AWS1/CWECONNOAUTHHTTPMETHOD /AWS1/CWECONNOAUTHHTTPMETHOD¶
The method to use for the authorization request.
Optional arguments:¶
io_oauthhttpparameters TYPE REF TO /AWS1/CL_CWECONNHTTPPARAMETERS /AWS1/CL_CWECONNHTTPPARAMETERS¶
A
ConnectionHttpParametersobject that contains details about the additional parameters to use for the connection.
Queryable Attributes¶
ClientParameters¶
A
CreateConnectionOAuthClientRequestParametersobject that contains the client parameters for OAuth authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTPARAMETERS() |
Getter for CLIENTPARAMETERS |
AuthorizationEndpoint¶
The URL to the authorization endpoint when OAuth is specified as the authorization type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHORIZATIONENDPOINT() |
Getter for AUTHORIZATIONENDPOINT, with configurable default |
ASK_AUTHORIZATIONENDPOINT() |
Getter for AUTHORIZATIONENDPOINT w/ exceptions if field has |
HAS_AUTHORIZATIONENDPOINT() |
Determine if AUTHORIZATIONENDPOINT has a value |
HttpMethod¶
The method to use for the authorization request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HTTPMETHOD() |
Getter for HTTPMETHOD, with configurable default |
ASK_HTTPMETHOD() |
Getter for HTTPMETHOD w/ exceptions if field has no value |
HAS_HTTPMETHOD() |
Determine if HTTPMETHOD has a value |
OAuthHttpParameters¶
A
ConnectionHttpParametersobject that contains details about the additional parameters to use for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTHHTTPPARAMETERS() |
Getter for OAUTHHTTPPARAMETERS |