| Name | Type | Description | Notes |
|---|---|---|---|
clientId*required |
String |
The client id of the app requesting authorization. | |
clientSecret*required |
String |
The secret token of your app. | |
code*required |
String |
The code passed to your callback when the user granted access. | |
grantType*required |
String |
When generating a new token use authorization_code. |
|
state*required |
String |
Same as the state you specified earlier. |