Files
LightlessServer/LightlessSyncServer/LightlessSyncAuthService/Authentication/SecretKeyAuthReply.cs
2025-08-27 03:02:29 +02:00

4 lines
199 B
C#

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