UNPKG

react-native-nitro-totp

Version:

React Native module for TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) authentication.

7 lines 241 B
export { NitroTotp } from './NitroTotp'; export { NitroHotp } from './NitroHotp'; export { NitroSecret } from './NitroSecret'; export * from './utils'; export * from './types'; export * from './constants'; //# sourceMappingURL=index.d.ts.map