/AWS1/CL_AMUREFRESHTOKENRSP¶
RefreshTokenResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accesstoken TYPE /AWS1/AMUSENSITIVESTRING /AWS1/AMUSENSITIVESTRING¶
The access token.
iv_expiresin TYPE /AWS1/AMUINTEGER /AWS1/AMUINTEGER¶
The date and time when the new access token expires.
Queryable Attributes¶
accessToken¶
The access token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSTOKEN() |
Getter for ACCESSTOKEN, with configurable default |
ASK_ACCESSTOKEN() |
Getter for ACCESSTOKEN w/ exceptions if field has no value |
HAS_ACCESSTOKEN() |
Determine if ACCESSTOKEN has a value |
expiresIn¶
The date and time when the new access token expires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRESIN() |
Getter for EXPIRESIN, with configurable default |
ASK_EXPIRESIN() |
Getter for EXPIRESIN w/ exceptions if field has no value |
HAS_EXPIRESIN() |
Determine if EXPIRESIN has a value |