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