RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication with SAPGateway.
Input
Name | Type | Required | Description |
OAuthRefreshToken | String | True | The refresh token used to refresh the old token. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The authentication token returned from SAPGateway. |
ExpiresIn | String | The remaining lifetime on the access token. |