You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
367 B

import { WebAuthnError } from './webAuthnError.js';
/**
* Attempt to intuit _why_ an error was raised after calling `navigator.credentials.get()`
*/
export declare function identifyAuthenticationError({ error, options, }: {
error: Error;
options: CredentialRequestOptions;
}): WebAuthnError | Error;
//# sourceMappingURL=identifyAuthenticationError.d.ts.map