docs.rodeo

MDN Web Docs mirror

Authenticator data

{{DefaultAPISidebar("Web Authentication API")}} 

The authenticator data structure contains information from the authenticator about the processing of a credential creation or authentication request — 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. This page explains what is contained in the data structure.

Accessing authenticator data

Authenticator data is made available to the browser as an {{jsxref("ArrayBuffer")}} , and can be accessed in multiple ways. The two most convenient are:

Data structure

An authenticator data {{jsxref("ArrayBuffer")}}  is at least 37 bytes in length, and contains the following fields:

See also

Authenticator data definition in the WebAuthn specification

In this article

View on MDN