feat: implement server pairing confirmation flow
This commit is contained in:
@@ -110,6 +110,9 @@ export interface ClientSession {
|
||||
/** WebSocket connection instance */
|
||||
readonly socket: unknown; // Will be typed as WebSocket when implementing transport
|
||||
|
||||
/** Public key presented during hello, before pairing completes */
|
||||
publicKey?: string;
|
||||
|
||||
/** Whether the client is currently authenticated */
|
||||
isAuthenticated: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user