Skip to main content
Module

x/fido2/lib/keyUtils.js>PublicKey#getAlgorithm

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Go to Latest
method PublicKey.prototype.getAlgorithm
import { PublicKey } from "https://deno.land/x/fido2@3.3.2/lib/keyUtils.js";

Returns internal algorithm, which should be of one of the following formats

  • RsaHashedImportParams
  • EcKeyImportParams
  • undefined