ya-express-ntlm
Version:
11 lines • 355 B
TypeScript
/// <reference types="node" />
import { Buffer } from 'buffer';
export declare class NTLMProxyStub {
coloredAddress: string;
id: string;
constructor(id: string);
close(): void;
negotiate(messageType1: Buffer): Promise<Buffer>;
authenticate(_ntlmAuthenticate: Buffer): Promise<boolean>;
}
//# sourceMappingURL=NTLMProxyStub.d.ts.map