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

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

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

Available only in secure contexts.

MDN Reference

Properties

readonly
attestationObject: ArrayBuffer

Methods

getAuthenticatorData(): ArrayBuffer
getPublicKey(): ArrayBuffer | null
getPublicKeyAlgorithm(): COSEAlgorithmIdentifier
getTransports(): string[]