AuthenticatorAssertionResponse:authenticatorData 属性
>AuthenticatorAssertionResponse 接口的 authenticatorData 属性返回一个 ArrayBuffer,其中包含来自认证器的信息,例如依赖方 ID 哈希 (rpIdHash)、签名计数器、用户存在测试、用户验证标志以及由认证器处理的任何扩展。
值
ArrayBuffer。其 ArrayBuffer.byteLength 至少为 37 字节,且其中包含认证器数据中解释的数据结构。
示例
参见检索公钥凭据以获取详细示例。
规范
| 规范 |
|---|
| Web Authentication: An API for accessing Public Key Credentials - Level 3> # dom-authenticatorassertionresponse-authenticatordata> |