RefreshOAuthAccessToken
Refreshes the OAuth access token for Google Forms API.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The refresh token. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The new access token. |
| 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 | Token lifetime in seconds. |