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

Hierarchy

  • AuthenticatorAssertionResponseJSON

Properties

authenticatorData: string
clientDataJSON: string
signature: string
userHandle?: string

Generated using TypeDoc