AuthenticatorAttestationResponse: getAuthenticatorData() 方法
getAuthenticatorData()
方法是AuthenticatorAttestationResponse
接口的方法,它返回一个包含AuthenticatorAttestationResponse.attestationObject
属性中包含的身份验证器数据的ArrayBuffer
。
这是一个便利函数,用于方便地访问身份验证器数据,无需编写额外的解析代码来从attestationObject
中提取它。
语法
js
getAuthenticatorData()
参数
无。
返回值
一个ArrayBuffer
,其ArrayBuffer.byteLength
至少为 37 字节,包含身份验证器数据中解释的数据结构。
这将等效于AuthenticatorAttestationResponse.attestationObject
属性中包含的身份验证器数据。
示例
有关详细示例,请参阅使用 WebAuthn API 创建公钥凭据。
规范
规范 |
---|
Web 身份验证:访问公钥凭据的 API - 第 3 级 # dom-authenticatorattestationresponse-getauthenticatordata |
浏览器兼容性
BCD 表仅在启用 JavaScript 的浏览器中加载。