/AWS1/CL_BDCUSERIDENTIFIER¶
The OAuth2.0 token or user ID that was used to generate the workload access token used for initiating the user authorization flow to retrieve OAuth2.0 tokens.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_usertoken TYPE /AWS1/BDCUSERTOKENTYPE /AWS1/BDCUSERTOKENTYPE¶
The OAuth2.0 token issued by the user’s identity provider
iv_userid TYPE /AWS1/BDCUSERIDTYPE /AWS1/BDCUSERIDTYPE¶
The ID of the user for whom you have retrieved a workload access token for
Queryable Attributes¶
userToken¶
The OAuth2.0 token issued by the user’s identity provider
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERTOKEN() |
Getter for USERTOKEN, with configurable default |
ASK_USERTOKEN() |
Getter for USERTOKEN w/ exceptions if field has no value |
HAS_USERTOKEN() |
Determine if USERTOKEN has a value |
userId¶
The ID of the user for whom you have retrieved a workload access token for
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERID() |
Getter for USERID, with configurable default |
ASK_USERID() |
Getter for USERID w/ exceptions if field has no value |
HAS_USERID() |
Determine if USERID has a value |