/AWS1/CL_WKRGETOIDCINFORSP¶
GetOidcInfoResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_openidconnectinfo TYPE REF TO /AWS1/CL_WKROIDCCONFIGINFO /AWS1/CL_WKROIDCCONFIGINFO¶
The OpenID Connect configuration information for the network, including issuer, client ID, scopes, and other SSO settings.
io_tokeninfo TYPE REF TO /AWS1/CL_WKROIDCTOKENINFO /AWS1/CL_WKROIDCTOKENINFO¶
OAuth token information including access token, refresh token, and expiration details (only present if token parameters were provided in the request).
Queryable Attributes¶
openidConnectInfo¶
The OpenID Connect configuration information for the network, including issuer, client ID, scopes, and other SSO settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENIDCONNECTINFO() |
Getter for OPENIDCONNECTINFO |
tokenInfo¶
OAuth token information including access token, refresh token, and expiration details (only present if token parameters were provided in the request).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENINFO() |
Getter for TOKENINFO |