A slightly-modified AuthenticationCredential 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-authenticationresponsejson

Hierarchy

  • AuthenticationResponseJSON

Properties

authenticatorAttachment?: AuthenticatorAttachment
id: string
rawId: string
type: "public-key"

Generated using TypeDoc