Trakteer.js
    Preparing search index...

    Interface PSKCallbackNegotation

    interface PSKCallbackNegotation {
        psk: DataView<ArrayBufferLike> | TypedArray;
        identity: string;
    }
    Index

    Properties

    Properties

    psk: DataView<ArrayBufferLike> | TypedArray
    identity: string