From ddb8015987051dfdba2023763290a0aee9e0d898 Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Tue, 27 Sep 2016 13:07:39 -0300 Subject: [PATCH] Fix docs. --- docs/sections/accesstokens.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/accesstokens.rst b/docs/sections/accesstokens.rst index 4e0876a..1a0c33d 100644 --- a/docs/sections/accesstokens.rst +++ b/docs/sections/accesstokens.rst @@ -10,7 +10,7 @@ Access tokens generally have a lifetime of only a couple of hours, you can use ` Obtaining an Access token ========================= -Go to the admin site and create a public client with ``response_type = code`` and ``redirect_uri = http://example.org/``. +Go to the admin site and create a confidential client with ``response_type = code`` and ``redirect_uri = http://example.org/``. Open your browser and accept consent at::