O Auth Token
### Used to exchange your OAuth code for an access token.
Using the OAuth authorization delegation flow, we can send a request to verify that our users are who they say they are. For more information on using OAuth with the Tradovate API see our [OAuth JavaScript tutorial](https://github.com/tradovate/example-api-oauth).
Request
This endpoint expects an object.
grant_type
code
redirect_uri
client_id
client_secret
httpAuth
Response
OAuthTokenResponse
access_token
token_type
expires_in
error
error_description

