Files
server/MareSynchronosServer/MareSynchronosAuthService/Authentication/SecretKeyAuthReply.cs
Stanley Dimant dc33858626 some refactoring
2024-05-06 14:05:24 +02:00

4 lines
178 B
C#

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