@authsignal/browser
Version:
**[Authsignal](https://www.authsignal.com) provides passwordless step up authentication (Multi-factor Authentication - MFA) that can be placed anywhere within your application. Authsignal also provides a no-code fraud risk rules engine to manage when step
9 lines (8 loc) • 549 B
TypeScript
export * from "./authsignal";
export * from "./types";
export type { Authenticator, VerificationMethod, EnrollResponse, ChallengeResponse } from "./api/types/shared";
export type { EnrollTotpResponse } from "./api/types/totp";
export type { QrCodeChallengeResponse, QrCodeVerifyResponse } from "./api/types/qr-code";
export type { PushChallengeResponse, PushVerifyResponse } from "./api/types/push";
export type { WebSocketQrCodeOptions, WebSocketQrCodeResponse, ChallengeState } from "./api/types/websocket";
export { Whatsapp } from "./whatsapp";