import { Fido2Lib } from "https://deno.land/x/fido2@3.3.5/lib/main.js";
Gets a challenge and any other parameters for the navigator.credentials.create()
call
The challenge
property is an ArrayBuffer
and will need to be encoded to be transmitted to the client.