Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Returns MdsEntry objects that match the requested id. The lookup is done by calling MdsCollection#findEntry on the current global MDS collection. If no global MDS collection has been specified using setMdsCollection, an Error will be thrown.

Parameters

id

The authenticator id to look up metadata for