• Return the current auth code

    Returns Promise<AuthCode | null>

    [return description]

    const authCode = await WPP.conn.getAuthCode();
    console.log(authCode.fullCode); // Output: a long string to generate a QRCode