Selector/Selector.Web/Auth/AuthConstants.cs

10 lines
155 B
C#

using System;
namespace Selector.Web.Auth
{
public static class AuthConstants
{
public const string CookieAuthentication = "Identity-Cookie";
}
}