RefreshOAuthAccessToken
Refreshes the OAuth access token to maintain authenticated access to HubSpot's APIs.
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. |