Files
mxaccessgw/src/MxGateway.Server/Security/Authentication/ParsedApiKey.cs
T
2026-04-26 16:40:46 -04:00

4 lines
117 B
C#

namespace MxGateway.Server.Security.Authentication;
public sealed record ParsedApiKey(string KeyId, string Secret);