import * as simplewebauthn from "https://deno.land/x/simplewebauthn@v11.0.0/packages/browser/src/helpers/base64URLStringToBuffer.ts";
Functions
Convert from a Base64URL-encoded string to an Array Buffer. Best used when converting a credential ID from a JSON string to an ArrayBuffer, like in allowCredentials or excludeCredentials |