From 8f1fc41cb2451c0ffdd5f8ba4b2f4fc8aa0b81ba Mon Sep 17 00:00:00 2001 From: Nagaraj Date: Tue, 7 Mar 2017 22:55:51 +0530 Subject: [PATCH] Update accesstokens.rst Refresh token requires client secret as well. --- docs/sections/accesstokens.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sections/accesstokens.rst b/docs/sections/accesstokens.rst index 1a0c33d..0e000aa 100644 --- a/docs/sections/accesstokens.rst +++ b/docs/sections/accesstokens.rst @@ -60,5 +60,6 @@ The RP application obtains a new access token by sending a POST request to the ` -H "Content-Type: application/x-www-form-urlencoded" \ "http://localhost:8000/token/" \ -d "client_id=651462" \ + -d "client_secret=37b1c4ff826f8d78bd45e25bad75a2c0" \ -d "grant_type=refresh_token" \ -d "refresh_token=0bac2d80d75d46658b0b31d3778039bb"