| Name | Type | Description | Notes |
|---|---|---|---|
client_id*required |
str |
The client id of the app requesting authorization. | |
client_secret*required |
str |
The secret token of your app. | |
code*required |
str |
The code passed to your callback when the user granted access. | |
grant_type*required |
str |
When generating a new token use authorization_code. |
[default to "authorization_code"] |
state*required |
str |
Same as the state you specified earlier. |