Skip to main content
Module

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

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

Creates a new MdsCollection

Parameters

collectionName

The name of the collection to create. Used to identify the source of a MdsEntry when Fido2Lib#findMdsEntry finds multiple matching entries from different sources (e.g. FIDO MDS 1 & FIDO MDS 2)