Skip to content

/AWS1/CL_ARTGETAUTHTOKENRESULT

GetAuthorizationTokenResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_AUTHORIZATIONTOKEN TYPE /AWS1/ARTSTRING /AWS1/ARTSTRING

The returned authentication token.

IV_EXPIRATION TYPE /AWS1/ARTTIMESTAMP /AWS1/ARTTIMESTAMP

A timestamp that specifies the date and time the authorization token expires.


Queryable Attributes

authorizationToken

The returned authentication token.

Accessible with the following methods

Method Description
GET_AUTHORIZATIONTOKEN() Getter for AUTHORIZATIONTOKEN, with configurable default
ASK_AUTHORIZATIONTOKEN() Getter for AUTHORIZATIONTOKEN w/ exceptions if field has no
HAS_AUTHORIZATIONTOKEN() Determine if AUTHORIZATIONTOKEN has a value

expiration

A timestamp that specifies the date and time the authorization token expires.

Accessible with the following methods

Method Description
GET_EXPIRATION() Getter for EXPIRATION, with configurable default
ASK_EXPIRATION() Getter for EXPIRATION w/ exceptions if field has no value
HAS_EXPIRATION() Determine if EXPIRATION has a value