# UpstoxDeveloperApi.TokenRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **String** |  | 
**clientId** | **String** | OAuth API key that is a public identifier for app | 
**clientSecret** | **String** | OAuth client secret that is a private secret known only to app and authorization server | 
**redirectUri** | **String** | Authorization server will redirect the user back to the application via redirect url | 
**grantType** | **String** | Type of grant used to get an access token | 
