/AWS1/CL_ATHGETSESSIONENDPTRSP¶
GetSessionEndpointResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_endpointurl TYPE /AWS1/ATHSTRING /AWS1/ATHSTRING¶
The endpoint for connecting to the session.
iv_authtoken TYPE /AWS1/ATHSTRING /AWS1/ATHSTRING¶
Authentication token for the connection
iv_authtokenexpirationtime TYPE /AWS1/ATHTIMESTAMP /AWS1/ATHTIMESTAMP¶
Expiration time of the auth token.
Queryable Attributes¶
EndpointUrl¶
The endpoint for connecting to the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTURL() |
Getter for ENDPOINTURL, with configurable default |
ASK_ENDPOINTURL() |
Getter for ENDPOINTURL w/ exceptions if field has no value |
HAS_ENDPOINTURL() |
Determine if ENDPOINTURL has a value |
AuthToken¶
Authentication token for the connection
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHTOKEN() |
Getter for AUTHTOKEN, with configurable default |
ASK_AUTHTOKEN() |
Getter for AUTHTOKEN w/ exceptions if field has no value |
HAS_AUTHTOKEN() |
Determine if AUTHTOKEN has a value |
AuthTokenExpirationTime¶
Expiration time of the auth token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHTOKENEXPIRATIONTIME() |
Getter for AUTHTOKENEXPIRATIONTIME, with configurable defaul |
ASK_AUTHTOKENEXPIRATIONTIME() |
Getter for AUTHTOKENEXPIRATIONTIME w/ exceptions if field ha |
HAS_AUTHTOKENEXPIRATIONTIME() |
Determine if AUTHTOKENEXPIRATIONTIME has a value |