Skip to content

/AWS1/CL_LICCREATETOKENRSP

CreateTokenResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TOKENID TYPE /AWS1/LICSTRING /AWS1/LICSTRING

Token ID.

IV_TOKENTYPE TYPE /AWS1/LICTOKENTYPE /AWS1/LICTOKENTYPE

Token type.

IV_TOKEN TYPE /AWS1/LICTOKENSTRING /AWS1/LICTOKENSTRING

Refresh token, encoded as a JWT token.


Queryable Attributes

TokenId

Token ID.

Accessible with the following methods

Method Description
GET_TOKENID() Getter for TOKENID, with configurable default
ASK_TOKENID() Getter for TOKENID w/ exceptions if field has no value
HAS_TOKENID() Determine if TOKENID has a value

TokenType

Token type.

Accessible with the following methods

Method Description
GET_TOKENTYPE() Getter for TOKENTYPE, with configurable default
ASK_TOKENTYPE() Getter for TOKENTYPE w/ exceptions if field has no value
HAS_TOKENTYPE() Determine if TOKENTYPE has a value

Token

Refresh token, encoded as a JWT token.

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