RefreshOAuthAccessToken
Refreshes an expired OAuth Access Token to maintain continuous authenticated access to Hubspot resources without requiring reauthorization from the user.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | Refresh token obtained during the initial authorization flow. Used to request a new access token. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | Newly issued access token that can be used to authenticate future API requests to HubSpot. |
| OAuthRefreshToken | String | New refresh token that can be used to obtain subsequent access tokens. |
| ExpiresIn | String | Number of seconds before the newly issued access token expires. |