W3cubDocs

/Web APIs

AuthenticatorAssertionResponse: authenticatorData property

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

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.

Value

An ArrayBuffer with a ArrayBuffer.byteLength of at least 37 bytes, which contains the data structure explained in Authenticator data.

Examples

See User login using the WebAuthn API for a detailed example.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
authenticatorData 67 18
60Only supports USB U2F tokens.
No 54 13 No 70 92
60–92Only supports USB U2F tokens.
48 13 10.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/authenticatorData