OPENAPI / COMPONENTS / SCHEMAS

OAuth Token Generate Request

OAuthTokenGenerateRequest

OAuthTokenGenerateRequest data structure

object5properties
client_idstringrequired

The client id of the app requesting authorization.

client_secretstringrequired

The secret token of your app.

codestringrequired

The code passed to your callback when the user granted access.

grant_typestringrequired

When generating a new token use `authorization_code`.

statestringrequired

Same as the state you specified earlier.