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

11 lines
264 B
C#

namespace MxGateway.Server.Security.Authentication;
public sealed record ApiKeyAdminCommand(
ApiKeyAdminCommandKind Kind,
bool Json,
string? SqlitePath,
string? Pepper,
string? KeyId,
string? DisplayName,
IReadOnlySet<string> Scopes);