4 lines
117 B
C#
4 lines
117 B
C#
namespace MxGateway.Server.Security.Authentication;
|
|
|
|
public sealed record ParsedApiKey(string KeyId, string Secret);
|