/AWS1/CL_DZNAUTHCODEPROPERTIES¶
The authorization code properties of a connection.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_authorizationcode
TYPE /AWS1/DZNSTRING
/AWS1/DZNSTRING
¶
The authorization code of a connection.
iv_redirecturi
TYPE /AWS1/DZNSTRING
/AWS1/DZNSTRING
¶
The redirect URI of a connection.
Queryable Attributes¶
authorizationCode¶
The authorization code of a connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHORIZATIONCODE() |
Getter for AUTHORIZATIONCODE, with configurable default |
ASK_AUTHORIZATIONCODE() |
Getter for AUTHORIZATIONCODE w/ exceptions if field has no v |
HAS_AUTHORIZATIONCODE() |
Determine if AUTHORIZATIONCODE has a value |
redirectUri¶
The redirect URI of a connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REDIRECTURI() |
Getter for REDIRECTURI, with configurable default |
ASK_REDIRECTURI() |
Getter for REDIRECTURI w/ exceptions if field has no value |
HAS_REDIRECTURI() |
Determine if REDIRECTURI has a value |