interface PSKCallbackNegotation {
    psk: ArrayBufferView;
    identity: string;
}

Properties

Properties

identity: string