Interface PivotServerKeyExchange

interface PivotServerKeyExchange {
    OriginID: string;
    SessionKey: Buffer;
}

Properties

Properties

OriginID: string
SessionKey: Buffer