UNPKG

@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

5 lines (4 loc) 227 B
export * from "./authsignal"; export * from "./types"; export type { Authenticator, VerificationMethod, EnrollResponse, ChallengeResponse } from "./api/types/shared"; export type { EnrollTotpResponse } from "./api/types/totp";