/AWS1/CL_QSTREADCLICREDSGRAN01¶
Read-only configuration details for OAuth2 client credentials grant flow, including client ID and token endpoint.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clientid TYPE /AWS1/QSTCLIENTID /AWS1/QSTCLIENTID¶
The client identifier for the OAuth2 client credentials grant flow.
iv_tokenendpoint TYPE /AWS1/QSTENDPOINT /AWS1/QSTENDPOINT¶
The authorization server endpoint used to obtain access tokens via the client credentials grant flow.
Queryable Attributes¶
ClientId¶
The client identifier for the OAuth2 client credentials grant flow.
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 |
TokenEndpoint¶
The authorization server endpoint used to obtain access tokens via the client credentials grant flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENENDPOINT() |
Getter for TOKENENDPOINT, with configurable default |
ASK_TOKENENDPOINT() |
Getter for TOKENENDPOINT w/ exceptions if field has no value |
HAS_TOKENENDPOINT() |
Determine if TOKENENDPOINT has a value |