/AWS1/CL_AMUEXCHANGECODEFORT02¶
ExchangeCodeForTokenResponse
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.
iv_refreshtoken TYPE /AWS1/AMUSENSITIVESTRING /AWS1/AMUSENSITIVESTRING¶
The token to use to refresh a previously issued access token that might have expired.
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 | 
refreshToken¶
The token to use to refresh a previously issued access token that might have expired.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_REFRESHTOKEN() | Getter for REFRESHTOKEN, with configurable default | 
| ASK_REFRESHTOKEN() | Getter for REFRESHTOKEN w/ exceptions if field has no value | 
| HAS_REFRESHTOKEN() | Determine if REFRESHTOKEN has a value |