google-authenticator-util
Version:
Google authenticator tool for backend development / automation
4 lines (3 loc) • 383 B
TypeScript
export { GoogleAuthenticator } from './dir/core';
export { filterEmails, getEmail, waitForEmail, sendEmail, deleteEmail } from './dir/utilities';
export { BasicAuthentication, NewTokenAuthentication, TokenFileAuthentication, TokenAuthentication, Options, GenerateTokenParameters, RedirectURIOptions, DebugOptions, Token, FilterEmailsParameters, emailMessage } from './dir/types';