react-native-nitro-totp
Version:
React Native module for TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) authentication.
10 lines (9 loc) • 455 B
TypeScript
import type { NitroTotp as NitroTotpType } from './specs/NitroTotp.nitro';
import type { NitroSecret as NitroSecretType } from './specs/NitroSecret.nitro';
import type { NitroHOTP as NitroHOTPType } from './specs/NitroHotp.nitro';
export declare const NitroTotp: NitroTotpType;
export declare const NitroSecret: NitroSecretType;
export declare const NitroHOTP: NitroHOTPType;
export * from './utils';
export * from './types';
export * from './constants';