Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/simplewebauthn/packages/types/src/index.ts>WebAuthnCredential

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
Latest
type alias WebAuthnCredential
import { type WebAuthnCredential } from "https://deno.land/x/simplewebauthn@v11.0.0/packages/types/src/index.ts";

Public key credential information needed to verify authentication responses

definition: { id: Base64URLString; publicKey: Uint8Array; counter: number; transports?: AuthenticatorTransportFuture[]; }