RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication with EBay.
Input
| Name | Type | Required | Description |
| OAuthRefreshToken | String | False | The refresh token used to get a new OAuth Access Token. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The authentication token returned from EBay. |
| ExpiresIn | String | The remaining lifetime on the access token. |