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

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

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

A super class of TypeScript's PublicKeyCredentialDescriptor that knows about the latest transports. Should eventually be replaced by TypeScript's when TypeScript gets updated to know about it (sometime after 4.6.3)