Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fido2/lib/main.js>Fido2Lib.parseAttestation

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Go to Latest
method Fido2Lib.parseAttestation
import { Fido2Lib } from "https://deno.land/x/fido2@3.3.1/lib/main.js";

Parses an attestation statememnt of the format specified

Parameters

fmt

The name of the format to be parsed, as specified in the ARIN registry of attestation formats.

attStmt

The attestation object to be parsed.