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

12 lines (11 loc) 237 B
type WindowShowInput = { url: string; width?: number; height?: number; }; export declare class WindowHandler { private windowRef; show({ url, width, height }: WindowShowInput): Window; close(): void; } export {};