AuthorizationCodeTokenRequest
Request body for exchanging an authorization code for tokens
- Type: string
client _id requiredYour application's client ID
- Type: string
client _secret requiredYour application's client secret
- Type: string
code requiredThe authorization code received from the OAuth callback
- enum
grant _type const:authorization_coderequiredMust be
authorization_codevaluesauthorization _code
- Type: stringFormat: uri
redirect _uri requiredMust match the redirect_uri used in the authorization request

