Alternative login method using code Get the Link Device Code for Authentication using the phone number
Optional
const code = await WPP.conn.genLinkDeviceCodeForPhoneNumber('[number]');// Disable push notificationconst code = await WPP.conn.genLinkDeviceCodeForPhoneNumber('[number]', false); Copy
const code = await WPP.conn.genLinkDeviceCodeForPhoneNumber('[number]');// Disable push notificationconst code = await WPP.conn.genLinkDeviceCodeForPhoneNumber('[number]', false);
Alternative login method using code Get the Link Device Code for Authentication using the phone number