Skip to main content
Module

x/evt/mod.ts>dom.WebAuthnAssertion

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.WebAuthnAssertion
import { type dom } from "https://deno.land/x/evt@v2.4.6/mod.ts";
const { WebAuthnAssertion } = dom;

Properties

readonly
authenticatorData: ArrayBuffer
readonly
clientData: ArrayBuffer
readonly
credential: ScopedCredential
readonly
signature: ArrayBuffer