Skip to main content
Module

x/astral/bindings/celestial.ts>WebAuthn_Credential

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias WebAuthn_Credential
import { type WebAuthn_Credential } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { credentialId: string; isResidentCredential: boolean; rpId?: string; privateKey: string; userHandle?: string; signCount: number; largeBlob?: string; }