The access token request as a JSON object. Your server should decode the x-www-url-form-urlencoded body into an object (e.g. using bodyParser.urlEncoded() in express)
x-www-url-form-urlencoded
bodyParser.urlEncoded()
The access token request as a JSON object. Your server should decode the
x-www-url-form-urlencodedbody into an object (e.g. usingbodyParser.urlEncoded()in express)