/AWS1/CL_AFCOAUTH2CREDENTIAL¶
Contains OAuth2 client credential information.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clientid TYPE /AWS1/AFCSTRING2048 /AWS1/AFCSTRING2048¶
The client ID of the client application.
iv_clientsecret TYPE /AWS1/AFCSENSITIVESTRING2048 /AWS1/AFCSENSITIVESTRING2048¶
The client secret of the client application.
Queryable Attributes¶
clientId¶
The client ID of the client application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTID() |
Getter for CLIENTID, with configurable default |
ASK_CLIENTID() |
Getter for CLIENTID w/ exceptions if field has no value |
HAS_CLIENTID() |
Determine if CLIENTID has a value |
clientSecret¶
The client secret of the client application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTSECRET() |
Getter for CLIENTSECRET, with configurable default |
ASK_CLIENTSECRET() |
Getter for CLIENTSECRET w/ exceptions if field has no value |
HAS_CLIENTSECRET() |
Determine if CLIENTSECRET has a value |