UNPKG

@adorsys-gis/web-auth-prf

Version:

A WebAuthn library implementing password-based key derivation functions (PRF) for secure authentication and encryption

6 lines (5 loc) 269 B
export declare function saveMessage(): Promise<void>; export declare function handleRegister(): Promise<void>; export declare function handleAuthenticate(): Promise<string[]>; export declare function handleLogout(): void; export declare function main(): Promise<void>;