AuthorizationCodeTokenRequest
Request body for exchanging an authorization code for tokens
- clientType: string
_id requiredYour application's client ID
- clientType: string
_secret requiredYour application's client secret
- codeType: stringrequired
The authorization code received from the OAuth callback
- grantenum
_type const:authorization_coderequiredMust be
authorization_codevalues- authorization
_code
- redirectType: stringFormat: uri
_uri requiredMust match the redirect_uri used in the authorization request

