Skip to main content
Module

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

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

Adds a new global extension that will be available to all instantiations of Fido2Lib. Note that the extension must still be enabled by calling enableExtension for each instantiation of a Fido2Lib.

Parameters

extName

The name of the extension to add. (e.g. - "appid")

optionGeneratorFn

Extensions are included in

resultParserFn

[description]

resultValidatorFn

[description]