# CoboWaas2.RefreshTokenRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_id** | **String** | The client ID, a unique identifier to distinguish Cobo Portal Apps. You can get the client ID by retrieving the manifest file after publishing the app. | [optional] 
**grant_type** | **String** | The OAuth grant type. Set the value as &#x60;refresh_token&#x60;. | [optional] 
**refresh_token** | **String** | The Refresh Token of the current Org Access Token. | [optional] 


