Skip to main content
Module

x/astral/bindings/celestial.ts>WebAuthn_VirtualAuthenticatorOptions

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias WebAuthn_VirtualAuthenticatorOptions
import { type WebAuthn_VirtualAuthenticatorOptions } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { protocol: WebAuthn_AuthenticatorProtocol; ctap2Version?: WebAuthn_Ctap2Version; transport: WebAuthn_AuthenticatorTransport; hasResidentKey?: boolean; hasUserVerification?: boolean; hasLargeBlob?: boolean; hasCredBlob?: boolean; hasMinPinLength?: boolean; hasPrf?: boolean; automaticPresenceSimulation?: boolean; isUserVerified?: boolean; }