@simplewebauthn/browser
Version:
SimpleWebAuthn for Browsers
8 lines • 382 B
TypeScript
/**
* Determine whether the browser can communicate with a built-in authenticator, like
* Touch ID, Android fingerprint scanner, or Windows Hello.
*
* This method will _not_ be able to tell you the name of the platform authenticator.
*/
export declare function platformAuthenticatorIsAvailable(): Promise<boolean>;
//# sourceMappingURL=platformAuthenticatorIsAvailable.d.ts.map