5 lines
230 B
C#
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.");
|