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