RefreshOAuthAccessToken
Refresh an authentication token from Slack.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The refresh token returned from Slack after the user has authorized your app to have access to their data.. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The access token used for communication with Slack. |
| OAuthRefreshToken | String | The refresh token used for communication with Slack. |
| ExpiresIn | String | The time in which access token will expire. |
| TeamId | String | The ID of the current Slack team. |
| TeamName | String | The name of the current Slack team. |
| UserId | String | The ID of the current user. |