/AWS1/CL_RSSGETIDCENAUTHTOKRSP¶
GetIdentityCenterAuthTokenResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_token TYPE /AWS1/RSSSTRING /AWS1/RSSSTRING¶
The Identity Center authentication token that can be used to access data in the specified workgroups.
This token contains the Identity Center identity information and is encrypted for secure transmission.
iv_expirationtime TYPE /AWS1/RSSTIMESTAMP /AWS1/RSSTIMESTAMP¶
The date and time when the Identity Center authentication token expires.
After this time, a new token must be requested for continued access.
Queryable Attributes¶
token¶
The Identity Center authentication token that can be used to access data in the specified workgroups.
This token contains the Identity Center identity information and is encrypted for secure transmission.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKEN() |
Getter for TOKEN, with configurable default |
ASK_TOKEN() |
Getter for TOKEN w/ exceptions if field has no value |
HAS_TOKEN() |
Determine if TOKEN has a value |
expirationTime¶
The date and time when the Identity Center authentication token expires.
After this time, a new token must be requested for continued access.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME, with configurable default |
ASK_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME w/ exceptions if field has no valu |
HAS_EXPIRATIONTIME() |
Determine if EXPIRATIONTIME has a value |