import { Fido2Lib } from "https://deno.land/x/fido2@3.5.3/lib/main.js";
Parses and validates an assertion response from the client
Parameters
The assertion result that was generated by the client. See AuthenticatorAssertionResponse in the WebAuthn spec.