mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-18 18:14:20 +01:00
6 lines
144 B
C#
6 lines
144 B
C#
|
namespace DotBased.ASP.Auth;
|
||
|
|
||
|
public static class BasedAuthDefaults
|
||
|
{
|
||
|
public const string AuthenticationScheme = "DotBasedAuthentication";
|
||
|
}
|