mirror of
https://github.com/bitwarden/server.git
synced 2025-05-25 21:34:52 -05:00
PM-20532 - WIP
This commit is contained in:
parent
f8b0b99a41
commit
e4d5d6d5c4
@ -13,7 +13,7 @@ public static class SendClientBuilder
|
|||||||
{
|
{
|
||||||
ClientId = BitwardenClient.Send,
|
ClientId = BitwardenClient.Send,
|
||||||
AllowedGrantTypes = new[] { SendAccessGrantValidator.GrantType },
|
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.
|
// Do not allow refresh tokens to be issued.
|
||||||
AllowOfflineAccess = false,
|
AllowOfflineAccess = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user