From e4d5d6d5c4c91ce41cb347d9bb9766d33b02473d Mon Sep 17 00:00:00 2001 From: Jared Snider Date: Thu, 22 May 2025 16:07:52 -0400 Subject: [PATCH] PM-20532 - WIP --- src/Identity/IdentityServer/StaticClients/SendClientBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Identity/IdentityServer/StaticClients/SendClientBuilder.cs b/src/Identity/IdentityServer/StaticClients/SendClientBuilder.cs index 55e5e9a1e9..ac72ff3500 100644 --- a/src/Identity/IdentityServer/StaticClients/SendClientBuilder.cs +++ b/src/Identity/IdentityServer/StaticClients/SendClientBuilder.cs @@ -13,7 +13,7 @@ public static class SendClientBuilder { ClientId = BitwardenClient.Send, AllowedGrantTypes = new[] { SendAccessGrantValidator.GrantType }, - AccessTokenLifetime = 60 * 5, // 5 minutes + AccessTokenLifetime = 60 * 5, // 5 minutes // TODO: convert this to a global setting // Do not allow refresh tokens to be issued. AllowOfflineAccess = false,