We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c807314 commit 08d0a0eCopy full SHA for 08d0a0e
source/configuration_manual/authentication/oauth2.rst
@@ -297,6 +297,11 @@ Full config file
297
## Timeout in milliseconds
298
# timeout_msecs = 0
299
300
+ ## Specifies how long after token expiration it is still accepted. It
301
+ ## shouldn't be 0 because clocks aren't exact, and network can add some
302
+ ## delays. v2.3.22+
303
+ # token_expire_grace_secs = 60
304
+
305
## Enable debug logging
306
# debug = no
307
0 commit comments