Refactor authorization policy naming to AuthPolicy
Renamed AuthorizationPolicies to AuthPolicy and updated all references to use the new naming convention for authorization policy constants. This improves consistency and clarity across the codebase.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace EnvelopeGenerator.Domain.Constants
|
||||
{
|
||||
public static class AuthorizationPolicies
|
||||
public static class AuthPolicy
|
||||
{
|
||||
public const string SenderOrReceiverFullyAuth = "SenderOrReceiverFullyAuth";
|
||||
public const string ReceiverFullyAuth = "ReceiverFullyAuth";
|
||||
Reference in New Issue
Block a user