OPENAPI / COMPONENTS / SCHEMAS
OAuth Token Generate Request
OAuthTokenGenerateRequestOAuthTokenGenerateRequest data structure
object5properties
client_idstringrequiredThe client id of the app requesting authorization.
client_secretstringrequiredThe secret token of your app.
codestringrequiredThe code passed to your callback when the user granted access.
grant_typestringrequiredWhen generating a new token use `authorization_code`.
statestringrequiredSame as the state you specified earlier.