RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication.
Input
Name | Type | Description |
OAuthRefreshToken | String | A token that may be used to obtain a new access token. |
Scope | String | The scope of access to the API.
The default value is ZohoMarketingHub.lead.READ,ZohoMarketingHub.journey.READ,ZohoMarketingHub.wa.READ,ZohoMarketingHub.campaign.READ. |
AccessType | String |
The default value is offline. |
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. |
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. |