GetOAuthAccessToken
Fetches the OAuth Access Token, which is used to authenticate and authorize API calls made to Suadeo.
Input
| Name | Type | Required | Description |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The OAuth Access Token issued by Suadeo, used for authenticating API requests. |
| ExpiresIn | String | The duration in seconds for which the access token is valid before expiration. A value of -1 indicates that it does not expire. |