8 lines
185 B
C#
8 lines
185 B
C#
namespace TaxBaik.Web.Services;
|
|
|
|
public static class PortalAuthDefaults
|
|
{
|
|
public const string Scheme = "PortalCookie";
|
|
public const string CookieName = "TaxBaik.Portal.Auth";
|
|
}
|