/AWS1/CL_AMBGETTOKENRESPONSE¶
GetTokenResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_appid TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
The app ID.
iv_challengecode TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
The one-time challenge code for authenticating into the Amplify Admin UI.
iv_sessionid TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
A unique ID provided when creating a new challenge token.
iv_ttl TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
The expiry time for the one-time generated token code.
Queryable Attributes¶
AppId¶
The app ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPID() |
Getter for APPID, with configurable default |
ASK_APPID() |
Getter for APPID w/ exceptions if field has no value |
HAS_APPID() |
Determine if APPID has a value |
ChallengeCode¶
The one-time challenge code for authenticating into the Amplify Admin UI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHALLENGECODE() |
Getter for CHALLENGECODE, with configurable default |
ASK_CHALLENGECODE() |
Getter for CHALLENGECODE w/ exceptions if field has no value |
HAS_CHALLENGECODE() |
Determine if CHALLENGECODE has a value |
SessionId¶
A unique ID provided when creating a new challenge token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
Ttl¶
The expiry time for the one-time generated token code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TTL() |
Getter for TTL, with configurable default |
ASK_TTL() |
Getter for TTL w/ exceptions if field has no value |
HAS_TTL() |
Determine if TTL has a value |