mirror of
https://github.com/bitwarden/server
synced 2025-12-30 15:14:02 +00:00
fix(global-settings): [PM-26092] Token Refresh Doc Enhancement (#6367)
* fix(global-settings): [PM-26092] Token Refresh Doc Enhancement - Enhanced documentation and wording for token refresh.
This commit is contained in:
committed by
GitHub
parent
68f7e8c15c
commit
4b10c16419
@@ -20,7 +20,7 @@ public class ApiClient : Client
|
||||
AllowedGrantTypes = new[] { GrantType.ResourceOwnerPassword, GrantType.AuthorizationCode, WebAuthnGrantValidator.GrantType };
|
||||
|
||||
// Use global setting: false = Sliding (default), true = Absolute
|
||||
RefreshTokenExpiration = globalSettings.IdentityServer.UseAbsoluteRefreshTokenExpiration
|
||||
RefreshTokenExpiration = globalSettings.IdentityServer.ApplyAbsoluteExpirationOnRefreshToken
|
||||
? TokenExpiration.Absolute
|
||||
: TokenExpiration.Sliding;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user