You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
360B

  1. namespace Campaign_Tracker.Server.Authorization;
  2. public static class ApplicationPolicy
  3. {
  4. public const string RecognizedApplicationRole = "RecognizedApplicationRole";
  5. public const string ClientServicesAccess = "ClientServicesAccess";
  6. public const string ProductionAccess = "ProductionAccess";
  7. public const string AdminAccess = "AdminAccess";
  8. }

Powered by TurnKey Linux.