From 3ba01826ad8654db053691c5db3410b8aaa062e9 Mon Sep 17 00:00:00 2001 From: Thijs Brobbel Date: Tue, 12 Jan 2021 13:52:32 +0100 Subject: [PATCH] Specify the default for RefreshTokenExpiration in the documentation (#5121) --- docs/reference/client.rst | 2 +- docs/topics/refresh_tokens.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/client.rst b/docs/reference/client.rst index cf03f2c284..b61cc178a9 100644 --- a/docs/reference/client.rst +++ b/docs/reference/client.rst @@ -75,7 +75,7 @@ Token ``OneTime`` the refresh token handle will be updated when refreshing tokens. This is the default. ``RefreshTokenExpiration`` - ``Absolute`` the refresh token will expire on a fixed point in time (specified by the AbsoluteRefreshTokenLifetime) + ``Absolute`` the refresh token will expire on a fixed point in time (specified by the AbsoluteRefreshTokenLifetime). This is the default. ``Sliding`` when refreshing the token, the lifetime of the refresh token will be renewed (by the amount specified in SlidingRefreshTokenLifetime). The lifetime will not exceed `AbsoluteRefreshTokenLifetime`. ``UpdateAccessTokenClaimsOnRefresh`` diff --git a/docs/topics/refresh_tokens.rst b/docs/topics/refresh_tokens.rst index 3e08bfb387..4a4125f3fd 100644 --- a/docs/topics/refresh_tokens.rst +++ b/docs/topics/refresh_tokens.rst @@ -16,7 +16,7 @@ Additional client settings ``OneTimeOnly`` the refresh token handle will be updated when refreshing tokens ``RefreshTokenExpiration`` - ``Absolute`` the refresh token will expire on a fixed point in time (specified by the AbsoluteRefreshTokenLifetime) + ``Absolute`` the refresh token will expire on a fixed point in time (specified by the AbsoluteRefreshTokenLifetime). This is the default. ``Sliding`` when refreshing the token, the lifetime of the refresh token will be renewed (by the amount specified in SlidingRefreshTokenLifetime). The lifetime will not exceed `AbsoluteRefreshTokenLifetime`. ``UpdateAccessTokenClaimsOnRefresh``