mare.server/MareSynchronosServer/MareSynchronosAuthService/Authentication/SecretKeyAuthReply.cs
2024-05-06 14:05:24 +02:00

3 lines
178 B
C#

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