Files
mxaccessgw/src/MxGateway.Server/Security/Authentication/ApiKeyAuditEntry.cs
T
2026-04-26 16:29:38 -04:00

8 lines
182 B
C#

namespace MxGateway.Server.Security.Authentication;
public sealed record ApiKeyAuditEntry(
string? KeyId,
string EventType,
string? RemoteAddress,
string? Details);