AuthenticatorAssertionResponse:authenticatorData 属性

安全上下文:此功能仅在安全上下文(HTTPS)中可用,在一些或所有支持的浏览器中可用。

authenticatorData 属性是AuthenticatorAssertionResponse 接口的,它返回一个ArrayBuffer,其中包含来自身份验证器的信息,例如依赖方 ID 哈希 (rpIdHash)、签名计数器、用户存在测试、用户验证标志,以及身份验证器处理的任何扩展。

一个具有ArrayBuffer.byteLength 至少为 37 字节的ArrayBuffer,它包含在身份验证器数据中解释的数据结构。

示例

有关详细示例,请参见使用 WebAuthn API 的用户登录

规范

规范
Web 身份验证:访问公钥凭据的 API - 3 级
# dom-authenticatorassertionresponse-authenticatordata

浏览器兼容性

BCD 表仅在启用 JavaScript 的浏览器中加载。