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

x/fido2/test/fixtures/packedSelfAttestationData.js>packedSelfAttestationResponse

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Latest
variable packedSelfAttestationResponse
import { packedSelfAttestationResponse } from "https://deno.land/x/fido2@3.5.3/test/fixtures/packedSelfAttestationData.js";

type

{ rawId: string; response: { attestationObject: string; clientDataJSON: string; }; id: string; type: string; }