GetOAuthAccessToken
Get an authentication token from SAP ByDesign.
Input
| Name | Type | Required | Description |
| AuthMode | String | False | Specifies the authentication mode.
The allowed values are APP, WEB. The default value is WEB. |
| Verifier | String | False | An authorization code that will be exchanged for a token. |
| CallbackURL | String | False | The URL to which the system will redirect after authentication is complete. |
| State | String | False | A parameter used to maintain state between the request and callback, often used to prevent CSRF attacks. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The access token. |
| OAuthRefreshToken | String | The refresh token. |
| ExpiresIn | String | The remaining lifetime on the access token. A -1 denotes that it will not expire. |