Rename EnvelopeAuthExtensions to ReceiverClaimExtensions

Refactored the class name in ReceiverClaimExtensions.cs to better reflect its focus on receiver-specific claim extension methods rather than general envelope authentication. No functional changes were made.
This commit is contained in:
2026-02-02 15:58:47 +01:00
parent b1aa6d6639
commit 3066dac541

View File

@@ -9,7 +9,7 @@ namespace EnvelopeGenerator.API.Extensions;
/// <summary>
/// Provides helper methods for working with envelope-specific authentication claims.
/// </summary>
public static class EnvelopeAuthExtensions
public static class ReceiverClaimExtensions
{
private static string GetRequiredClaimOfReceiver(this ClaimsPrincipal user, string claimType)
{