Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

type

{ pem2048: string; pem2048noTrailingN: string; pem4096: string; }