@akanass/rx-otp
Version:
HMAC-based (HOTP) and Time-based (TOTP) One-Time Password manager. Works with Google Authenticator for Two-Factor Authentication.
5 lines (4 loc) • 559 B
TypeScript
export { HOTP } from './lib/components/hotp';
export { TOTP } from './lib/components/totp';
export { U2F } from './lib/components/u2f';
export { HOTPGenerateValidatedData, TOTPGenerateValidatedData, TOTPVerifyValidatedData, HOTPGenerateOptions, HOTPVerifyOptions, HOTPVerifyValidatedData, QrCodeGenerateOptions, QrCodeGenerateValidatedOptions, TOTPGenerateOptions, TOTPVerifyOptions, U2FGenerateOptions, U2FGenerateValidatedData, U2FUriValidatedData, U2FVerifyOptions, U2FVerifyValidatedData, U2FUriOptions, OTPVerifyResult } from './lib/schemas/interfaces';