AuthenticatorAssertionResponse: authenticatorData 属性
authenticatorData 属性属于 AuthenticatorAssertionResponse 接口,它返回一个 ArrayBuffer,其中包含来自认证器的信息,例如依赖方 ID 哈希(rpIdHash)、签名计数器、用户在场测试、用户验证标志以及由认证器处理的任何扩展。
值
一个 ArrayBuffer,其 ArrayBuffer.byteLength 至少为 37 字节,其中包含 认证器数据 中解释的数据结构。
示例
有关详细示例,请参阅检索公钥凭据。
规范
| 规范 |
|---|
| Web Authentication:访问公钥凭证的 API - 第 3 级 # dom-authenticatorassertionresponse-authenticatordata |
浏览器兼容性
加载中…