Type Alias PfxAuthOptions

Auth options for the websocket connection. These options are only applicable for nodeJS applications connecting to Qlik Sense Enterprise on Windows

type PfxAuthOptions = {
    passphrase: string;
    pfx: Uint8Array;
}
Index
passphrase: string

Passphrase for the PFX file

pfx: Uint8Array

PFX file from an exported certificate