UNPKG

@passwordless-id/webauthn

Version:

A small wrapper around the webauthn protocol to make one's life easier.

13 lines (12 loc) 416 B
/** * Kept for compatibility purposes. * @deprecated */ export declare function resolveAuthenticatorName(aaguid: string): string; /**O * Updates the built-in metadata according to raw data available at https://mds.fidoalliance.org/ * This service delivers a list of AAGUIDs encoded as a JWT. * Kept for compatibility purposes. * @deprecated */ export declare function updateDevicesMetadata(): Promise<void>;