more work on api

This commit is contained in:
Pilzinsel64
2024-08-16 09:52:48 +02:00
parent 3502efc7f6
commit 8f3f572c28
4 changed files with 62 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
namespace Pilz.Net.Api;
public record class ApiRequestInfo(
ApiMessage Message,
ApiMessage? Message,
[property: MemberNotNullWhen(true, "AuthKey")]
bool IsAuthenticated,
string? AuthKey);