interface PSKCallbackNegotation {
    identity: string;
    psk: TypedArray | DataView;
}

Properties

Properties

identity: string
psk: TypedArray | DataView

Generated using TypeDoc