Rework password handling

This commit is contained in:
crschnick
2023-08-08 04:24:07 +00:00
parent f8b56ab774
commit 3d32d6cd84
12 changed files with 179 additions and 68 deletions
@@ -21,7 +21,9 @@ public class AskpassExchange implements MessageExchange {
@Value
public static class Request implements RequestMessage {
@NonNull
UUID id;
UUID storeId;
int subId;
@NonNull
UUID request;