import { type AuthenticatorAssertionResponseJSON } from "https://deno.land/x/simplewebauthn@v11.0.0/packages/types/src/index.ts";
A slightly-modified AuthenticatorAssertionResponse to simplify working with ArrayBuffers that are Base64URL-encoded in the browser so that they can be sent as JSON to the server.
https://w3c.github.io/webauthn/#dictdef-authenticatorassertionresponsejson
Properties
clientDataJSON: Base64URLString
authenticatorData: Base64URLString
signature: Base64URLString
optional
userHandle: Base64URLString