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 . |
[default to 'authorization_code'] |
state *required |
string |
Same as the state you specified earlier. |