/AWS1/CL_QSTREADAUTHCODEGRAN00¶
Read-only metadata for OAuth2 authorization code grant authentication configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_baseendpoint TYPE /AWS1/QSTENDPOINT /AWS1/QSTENDPOINT¶
The base endpoint URL for the OAuth2 authorization code grant flow.
iv_redirecturl TYPE /AWS1/QSTENDPOINT /AWS1/QSTENDPOINT¶
The redirect URL where the authorization server will send the user after authorization.
Optional arguments:¶
io_readauthcodegrantcredsd00 TYPE REF TO /AWS1/CL_QSTREADAUTHCODEGRAN01 /AWS1/CL_QSTREADAUTHCODEGRAN01¶
The read-only credentials details for the authorization code grant flow.
iv_authcodegrantcredssource TYPE /AWS1/QSTAUTHCODEGRANTCREDSSRC /AWS1/QSTAUTHCODEGRANTCREDSSRC¶
The source of credentials for the authorization code grant flow.
Queryable Attributes¶
BaseEndpoint¶
The base endpoint URL for the OAuth2 authorization code 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 |
RedirectUrl¶
The redirect URL where the authorization server will send the user after authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDIRECTURL() |
Getter for REDIRECTURL, with configurable default |
ASK_REDIRECTURL() |
Getter for REDIRECTURL w/ exceptions if field has no value |
HAS_REDIRECTURL() |
Determine if REDIRECTURL has a value |
ReadAuthorizationCodeGrantCredentialsDetails¶
The read-only credentials details for the authorization code grant flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READAUTHCODEGRANTCREDS00() |
Getter for READAUTHCODEGRANTCREDSDETS |
AuthorizationCodeGrantCredentialsSource¶
The source of credentials for the authorization code grant flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHCODEGRANTCREDSSOURCE() |
Getter for AUTHCODEGRANTCREDSSOURCE, with configurable defau |
ASK_AUTHCODEGRANTCREDSSOURCE() |
Getter for AUTHCODEGRANTCREDSSOURCE w/ exceptions if field h |
HAS_AUTHCODEGRANTCREDSSOURCE() |
Determine if AUTHCODEGRANTCREDSSOURCE has a value |