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;
}

Properties

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