RefreshOAuthAccessToken
Refreshes an expired OAuth Access Token to maintain continuous authenticated access to GraphQL resources without requiring reauthorization from the user.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The refresh token returned from the original authorization code exchange. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The authentication token returned from the data source. This can be used in subsequent calls to other operations for this particular service. |
| OAuthAccessTokenSecret | String | The new OAuth Access Token Secret returned from the service. |
| OAuthRefreshToken | String | The authentication token returned from the data source. This can be used in subsequent calls to other operations for this particular service. |
| ExpiresIn | String | The remaining lifetime on the access token. |