9 lines
194 B
C#
9 lines
194 B
C#
|
|
namespace Vegasco.WebApi.Common;
|
|||
|
|
|
|||
|
|
public static class Constants
|
|||
|
|
{
|
|||
|
|
public static class Authorization
|
|||
|
|
{
|
|||
|
|
public const string RequireAuthenticatedUserPolicy = "RequireAuthenticatedUser";
|
|||
|
|
}
|
|||
|
|
}
|