Attempts to find OTP in recently received emails

Example

new EmailOTPProvider({
host: 'imap.gmail.com',
port: 993,
auth: {
user: 'supersaver@gmail.com',
pass: 'supersecurepassword',
},
});

Hierarchy

  • EmailOTPProvider

Implements

Constructors

Properties

Methods

Generated using TypeDoc