import { Fido2Lib } from "https://deno.land/x/fido2@3.5.3/lib/main.js";
Adds a new attestation format that will automatically be recognized and parsed for any future Fido2CreateRequest messages
Parameters
The name of the attestation format, as it appears in the ARIN registry and / or as it will appear in the Fido2CreateRequest message that is received
The function that will be called to parse the
attestation format. It will receive the attStmt
as a parameter and will be
called from the context (this
) of the Fido2CreateRequest