Files
2024-07-18 12:10:55 +02:00

4 lines
200 B
C#

namespace MareSynchronosAuthService.Authentication;
public record SecretKeyAuthReply(bool Success, string? Uid, string? PrimaryUid, string? Alias, bool TempBan, bool Permaban, bool MarkedForBan);