GetOAuthAccessToken
Obtains the OAuth access token to be used for authentication with various APIs.
Input
| Name | Type | Description |
| AuthMode | String | The OAuth flow. APP or WEB.
The allowed values are APP, WEB. The default value is WEB. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The access token. |