8 lines
182 B
C#
8 lines
182 B
C#
namespace MxGateway.Server.Security.Authentication;
|
|
|
|
public sealed record ApiKeyAuditEntry(
|
|
string? KeyId,
|
|
string EventType,
|
|
string? RemoteAddress,
|
|
string? Details);
|