Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.WebAuthn.VirtualAuthenticatorOptions
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
optional
hasResidentKey: boolean

Defaults to false.

optional
hasUserVerification: boolean

Defaults to false.

optional
hasLargeBlob: boolean

If set to true, the authenticator will support the largeBlob extension. https://w3c.github.io/webauthn#largeBlob Defaults to false.

optional
automaticPresenceSimulation: boolean

If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true.

optional
isUserVerified: boolean

Sets whether User Verification succeeds or fails for an authenticator. Defaults to false.