import { type WebAuthnCredential } from "https://deno.land/x/simplewebauthn@v11.0.0/packages/types/src/index.ts";
Public key credential information needed to verify authentication responses
definition: { id: Base64URLString; publicKey: Uint8Array; counter: number; transports?: AuthenticatorTransportFuture[]; }