Attempts to find OTP in recently received emails
new EmailOTPProvider({ host: 'imap.gmail.com', port: 993, auth: { user: 'supersaver@gmail.com', pass: 'supersecurepassword', },}); Copy
new EmailOTPProvider({ host: 'imap.gmail.com', port: 993, auth: { user: 'supersaver@gmail.com', pass: 'supersecurepassword', },});
Private
Generated using TypeDoc
Attempts to find OTP in recently received emails
Example