1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-27 06:14:51 -05:00

9 lines
215 B
C#

namespace Bit.Core.IdentityServer;
public static class Policies
{
// TODO: migrate other existing policies to use this class
public const string Send = "Send"; // [Authorize(Policy = Policies.Send)]
}