import { type PublicKeyCredentialRequestOptionsJSON } from "https://deno.land/x/simplewebauthn@v11.0.0/packages/types/src/index.ts";
A variant of PublicKeyCredentialRequestOptions suitable for JSON transmission to the browser to (eventually) get passed into navigator.credentials.get(...) in the browser.
Properties
challenge: Base64URLString
optional
allowCredentials: PublicKeyCredentialDescriptorJSON[]optional
userVerification: UserVerificationRequirementoptional
extensions: AuthenticationExtensionsClientInputs