6 lines
129 B
C#
6 lines
129 B
C#
namespace AMREZ.EOP.Domain.Shared.Contracts;
|
|
|
|
public static class AuthPolicies
|
|
{
|
|
public const string Scheme = "AuthCookie";
|
|
} |