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

7 lines (6 loc) 190 B
import { ErrorResponse } from "./api/types/shared"; export declare class TokenCache { token: string | null; static shared: TokenCache; handleTokenNotSetError(): ErrorResponse; }