Files
mxaccessgw/src/MxGateway.Server/Security/Authentication/ApiKeyPepperUnavailableException.cs
T
2026-04-26 16:40:46 -04:00

5 lines
230 B
C#

namespace MxGateway.Server.Security.Authentication;
public sealed class ApiKeyPepperUnavailableException(string pepperSecretName)
: InvalidOperationException($"API key pepper secret '{pepperSecretName}' is not configured.");