/AWS1/CL_QSTREADCLICREDSGRAN00¶
Read-only metadata for OAuth2 client credentials grant authentication configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_baseendpoint TYPE /AWS1/QSTENDPOINT /AWS1/QSTENDPOINT¶
The base endpoint URL for the OAuth2 client credentials grant flow.
Optional arguments:¶
io_readclientcredsdetails TYPE REF TO /AWS1/CL_QSTREADCLICREDSDETS /AWS1/CL_QSTREADCLICREDSDETS¶
The read-only client credentials configuration details.
iv_clientcredentialssource TYPE /AWS1/QSTCLIENTCREDSSOURCE /AWS1/QSTCLIENTCREDSSOURCE¶
The source of client credentials for the OAuth2 client credentials grant flow.
Queryable Attributes¶
BaseEndpoint¶
The base endpoint URL for the OAuth2 client credentials grant flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASEENDPOINT() |
Getter for BASEENDPOINT, with configurable default |
ASK_BASEENDPOINT() |
Getter for BASEENDPOINT w/ exceptions if field has no value |
HAS_BASEENDPOINT() |
Determine if BASEENDPOINT has a value |
ReadClientCredentialsDetails¶
The read-only client credentials configuration details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READCLIENTCREDSDETAILS() |
Getter for READCLIENTCREDENTIALSDETAILS |
ClientCredentialsSource¶
The source of client credentials for the OAuth2 client credentials grant flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTCREDENTIALSSOURCE() |
Getter for CLIENTCREDENTIALSSOURCE, with configurable defaul |
ASK_CLIENTCREDENTIALSSOURCE() |
Getter for CLIENTCREDENTIALSSOURCE w/ exceptions if field ha |
HAS_CLIENTCREDENTIALSSOURCE() |
Determine if CLIENTCREDENTIALSSOURCE has a value |