Files
mxaccessgw/src/MxGateway.Server/Security/Authentication/ApiKeyAdminOutput.cs
T
2026-04-26 16:56:12 -04:00

8 lines
199 B
C#

namespace MxGateway.Server.Security.Authentication;
public sealed record ApiKeyAdminOutput(
string Command,
string Status,
string? ApiKey,
IReadOnlyList<ApiKeyAdminListedKey> Keys);