DotBased/DotBased.ASP.Auth/BasedAuthDefaults.cs

6 lines
144 B
C#
Raw Normal View History

2024-11-02 01:57:25 +01:00
namespace DotBased.ASP.Auth;
public static class BasedAuthDefaults
{
public const string AuthenticationScheme = "DotBasedAuthentication";
}