/AWS1/CL_CNTCREATEAUTHCODERSP¶
CreateAuthCodeResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_authcode TYPE /AWS1/CNTAUTHCODE /AWS1/CNTAUTHCODE¶
The authorization code to use for establishing a session.
iv_sessionid TYPE /AWS1/CNTSESSIONID /AWS1/CNTSESSIONID¶
The identifier of the session created with the authorization code.
iv_entitytype TYPE /AWS1/CNTAUTHCODEENTITYTYPE /AWS1/CNTAUTHCODEENTITYTYPE¶
The type of entity associated with the authorization code.
iv_entityid TYPE /AWS1/CNTENTITYID /AWS1/CNTENTITYID¶
The identifier of the entity associated with the authorization code.
Queryable Attributes¶
AuthCode¶
The authorization code to use for establishing a session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHCODE() |
Getter for AUTHCODE, with configurable default |
ASK_AUTHCODE() |
Getter for AUTHCODE w/ exceptions if field has no value |
HAS_AUTHCODE() |
Determine if AUTHCODE has a value |
SessionId¶
The identifier of the session created with the authorization code.
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 |
EntityType¶
The type of entity associated with the authorization code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYTYPE() |
Getter for ENTITYTYPE, with configurable default |
ASK_ENTITYTYPE() |
Getter for ENTITYTYPE w/ exceptions if field has no value |
HAS_ENTITYTYPE() |
Determine if ENTITYTYPE has a value |
EntityId¶
The identifier of the entity associated with the authorization code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYID() |
Getter for ENTITYID, with configurable default |
ASK_ENTITYID() |
Getter for ENTITYID w/ exceptions if field has no value |
HAS_ENTITYID() |
Determine if ENTITYID has a value |