UNPKG

@authsignal/browser

Version:

<img width="1070" alt="Authsignal" src="https://raw.githubusercontent.com/authsignal/authsignal-browser/main/.github/images/authsignal.png">

9 lines (8 loc) 549 B
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";