client_id
and client_secret
.
The header is formed by concatenating the word “Basic”, a space, and a base64-encoded
string consisting of the client_id
, a colon :
, and the client_secret
.application/x-www-form-urlencoded
, matching the format of the request body.authorization_code
redirect_uri
provided in the redirect to Connect step. This value is checked to match the URI sent when the user was directed to Connect.redirect_uri
must match the URI passed in your Connect URL, not the redirect for your backend.Bearer
.