/AWS1/CL_EVBCRECXNOAUTHCLIRE00¶
The Basic authorization parameters to use for the connection.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_clientid
TYPE /AWS1/EVBAUTHHEADERPARAMETERS
/AWS1/EVBAUTHHEADERPARAMETERS
¶
The client ID to use for OAuth authorization for the connection.
iv_clientsecret
TYPE /AWS1/EVBAUTHHEADERPRMSSENSI00
/AWS1/EVBAUTHHEADERPRMSSENSI00
¶
The client secret associated with the client ID to use for OAuth authorization for the connection.
Queryable Attributes¶
ClientID¶
The client ID to use for OAuth authorization for the connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLIENTID() |
Getter for CLIENTID, with configurable default |
ASK_CLIENTID() |
Getter for CLIENTID w/ exceptions if field has no value |
HAS_CLIENTID() |
Determine if CLIENTID has a value |
ClientSecret¶
The client secret associated with the client ID to use for OAuth authorization for the connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLIENTSECRET() |
Getter for CLIENTSECRET, with configurable default |
ASK_CLIENTSECRET() |
Getter for CLIENTSECRET w/ exceptions if field has no value |
HAS_CLIENTSECRET() |
Determine if CLIENTSECRET has a value |