mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:17:22 +01:00
3 lines
114 B
C#
3 lines
114 B
C#
namespace MareSynchronosShared.Authentication;
|
|
|
|
internal record SecretKeyAuthReply(bool Success, string? Uid);
|