From a0f95446bbb39c004b126031ae6abda2352a5a45 Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Mon, 12 Sep 2016 13:07:12 -0300 Subject: [PATCH] Fix docs. --- docs/sections/settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sections/settings.rst b/docs/sections/settings.rst index e51194e..4679a95 100644 --- a/docs/sections/settings.rst +++ b/docs/sections/settings.rst @@ -95,7 +95,7 @@ Check out an example of how to implement it:: OIDC_IDTOKEN_EXPIRE =================== -OPTIONAL. ``int``. Token object expiration after been delivered. +OPTIONAL. ``int``. ID Token expiration after been delivered. Expressed in seconds. Default is ``60*10``. @@ -155,7 +155,7 @@ Expressed in days. Default is ``30*3``. OIDC_TOKEN_EXPIRE ================= -OPTIONAL. ``int``. Token object expiration after been created. +OPTIONAL. ``int``. Token object (access token) expiration after been created. Expressed in seconds. Default is ``60*60``.