Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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.