RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication with a SAP Ariba API.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The refresh token you received with the access token you wish to refresh. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The token to be included in each request for access to protected resources. |
| OAuthRefreshToken | String | The token to be included in a request for a new access token when your current access token has expired. |
| ExpiresIn | String | The duration in seconds before the token expires. The default is 1440 seconds, or 24 minutes. |
| TimeUpdated | String | The time when the access token was created. |
| TokenType | String | The access token type. |