@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface SessionToken

    Session token of WhatsApp to authenticate the web interface

    // Example of SessionToken
    {
    WABrowserId: '"UnXjH....."',
    WASecretBundle: '{"key":"+i/nRgWJ....","encKey":"kGdMR5t....","macKey":"+i/nRgW...."}',
    WAToken1: '"0i8...."',
    WAToken2: '"1@lPpzwC...."',
    }
    interface SessionToken {
        WABrowserId: string;
        WASecretBundle: string;
        WAToken1: string;
        WAToken2: string;
    }
    Index

    Properties

    WABrowserId: string
    WASecretBundle: string
    WAToken1: string
    WAToken2: string