4 lines
159 B
C#
4 lines
159 B
C#
namespace MareSynchronosAuthService.Authentication;
|
|
|
|
public record SecretKeyAuthReply(bool Success, string Uid, string Alias, bool TempBan, bool Permaban);
|