import { PublicKey } from "https://deno.land/x/fido2@3.3.5/lib/main.js";
Exports public key to PEM.
- Reuses original PEM string if present.
- Possible to force regeneration of PEM string by setting 'forcedExport' parameter to true
- Throws on any kind of failure