Files
SnowcloakServer/MareSynchronosServer/MareSynchronosAuthService/Authentication/SecretKeyAuthReply.cs

4 lines
159 B
C#
Raw Normal View History

2025-08-22 11:55:35 +01:00
namespace MareSynchronosAuthService.Authentication;
public record SecretKeyAuthReply(bool Success, string Uid, string Alias, bool TempBan, bool Permaban);