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

Properties

Properties

identity: string