mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:27:21 +01:00
3 lines
178 B
C#
3 lines
178 B
C#
namespace MareSynchronosAuthService.Authentication;
|
|
|
|
public record SecretKeyAuthReply(bool Success, string Uid, string PrimaryUid, string Alias, bool TempBan, bool Permaban);
|