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
436 B

/**
* Determine if the browser supports conditional UI, so that WebAuthn credentials can
* be shown to the user in the browser's typical password autofill popup.
*/
export declare function browserSupportsWebAuthnAutofill(): Promise<boolean>;
export declare const _browserSupportsWebAuthnAutofillInternals: {
stubThis: (value: Promise<boolean>) => Promise<boolean>;
};
//# sourceMappingURL=browserSupportsWebAuthnAutofill.d.ts.map