/AWS1/CL_BDOOAUTH2AUTHDATA¶
OAuth2-specific authorization data, including the authorization URL and user identifier for the authorization session.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_authorizationurl TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.
Optional arguments:¶
iv_userid TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.
Queryable Attributes¶
authorizationUrl¶
The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHORIZATIONURL() |
Getter for AUTHORIZATIONURL, with configurable default |
ASK_AUTHORIZATIONURL() |
Getter for AUTHORIZATIONURL w/ exceptions if field has no va |
HAS_AUTHORIZATIONURL() |
Determine if AUTHORIZATIONURL has a value |
userId¶
The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERID() |
Getter for USERID, with configurable default |
ASK_USERID() |
Getter for USERID w/ exceptions if field has no value |
HAS_USERID() |
Determine if USERID has a value |