AuthenticatorAssertionResponse

The AuthenticatorAssertionResponse interface of the Web Authentication API contains a digital signature from the private key of a particular WebAuthn credential. Available only in secure contexts.

MDN Reference

Properties

Link copied to clipboard

The authenticatorData property of the AuthenticatorAssertionResponse interface returns an ArrayBuffer containing information from the authenticator such as the Relying Party ID Hash (rpIdHash), a signature counter, test of user presence, user verification flags, and any extensions processed by the authenticator.

Link copied to clipboard

The clientDataJSON property of the AuthenticatorResponse interface stores a JSON string in an An ArrayBuffer.

Link copied to clipboard

The signature read-only property of the object which is the signature of the authenticator for both the client data (AuthenticatorResponse.clientDataJSON).

Link copied to clipboard

The userHandle read-only property of the AuthenticatorAssertionResponse interface is an ArrayBuffer object providing an opaque identifier for the given user.