Initial
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace LightlessSyncAuthService.Authentication;
|
||||
|
||||
public record SecretKeyAuthReply(bool Success, string? Uid, string? PrimaryUid, string? Alias, bool TempBan, bool Permaban, bool MarkedForBan);
|
||||
Reference in New Issue
Block a user