Skip to content

/AWS1/CL_AMBCREATETOKENRSP

CreateTokenResponse

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

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

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