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

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

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

AuthenticatorAttestationResponse in TypeScript's DOM lib is outdated (up through v3.9.7). Maintain an augmented version here so we can implement additional properties as the WebAuthn spec evolves.

See https://www.w3.org/TR/webauthn-2/#iface-authenticatorattestationresponse

Properties marked optional are not supported in all browsers.