import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { VirtualAuthenticatorOptions } = Protocol.WebAuthn;
Properties
protocol: AuthenticatorProtocol
transport: AuthenticatorTransport
If set to true, the authenticator will support the largeBlob extension. https://w3c.github.io/webauthn#largeBlob Defaults to false.
If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true.