/AWS1/CL_BDCGETRESO2TOKENRSP¶
GetResourceOauth2TokenResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_authorizationurl
TYPE /AWS1/BDCSTRING
/AWS1/BDCSTRING
¶
The URL for the authorization process, provided if the Access token requires user Authorization.
iv_accesstoken
TYPE /AWS1/BDCACCESSTOKENTYPE
/AWS1/BDCACCESSTOKENTYPE
¶
OAuth2 token ready for use
Queryable Attributes¶
authorizationUrl¶
The URL for the authorization process, provided if the Access token requires user Authorization.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHORIZATIONURL() |
Getter for AUTHORIZATIONURL, with configurable default |
ASK_AUTHORIZATIONURL() |
Getter for AUTHORIZATIONURL w/ exceptions if field has no va |
HAS_AUTHORIZATIONURL() |
Determine if AUTHORIZATIONURL has a value |
accessToken¶
OAuth2 token ready for use
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCESSTOKEN() |
Getter for ACCESSTOKEN, with configurable default |
ASK_ACCESSTOKEN() |
Getter for ACCESSTOKEN w/ exceptions if field has no value |
HAS_ACCESSTOKEN() |
Determine if ACCESSTOKEN has a value |