We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f6c5a commit ae0d0c1Copy full SHA for ae0d0c1
service/backend/Models/ClientCredentialsMessage.cs
@@ -4,8 +4,5 @@ public class ClientCredentialsMessage
4
{
5
public byte[] ClientCredentials { get; set; } = [];
6
public required string MemoryKey { get; init; } = string.Empty;
7
-
8
- public int UserId { get; init; }
9
10
public required string AgentName { get; init; } = string.Empty;
11
}
0 commit comments