Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Specify the default for RefreshTokenExpiration in the documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesmaster authored Jan 12, 2021
1 parent a9f5fba commit 3ba0182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/refresh_tokens.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 3ba0182

Please sign in to comment.