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

x/fido2/test/fixtures/cosePublicKey.js>cosePublicKey

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
Latest
variable cosePublicKey
import { cosePublicKey } from "https://deno.land/x/fido2@3.5.1/test/fixtures/cosePublicKey.js";

type

{ exampleBase64: string; exampleInvalidBase64: string; examplePem: string; examplePemBase64Only: string; }