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

x/fido2/lib/main.js>PublicKey#fromJWK

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

Import public key from JWK. Throws on any type of failure.

Parameters

jwk
  • JWK object
extractable