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

Properties

Properties

passphrase: string
pfx: Uint8Array

PFX file from an exported certificate