Return the current auth code
[return description]
const authCode = await WPP.conn.getAuthCode();console.log(authCode.fullCode); // Output: a long string to generate a QRCode Copy
const authCode = await WPP.conn.getAuthCode();console.log(authCode.fullCode); // Output: a long string to generate a QRCode
Return the current auth code