AuthenticatorAssertionResponse: authenticatorData 屬性
authenticatorData 屬性屬於 AuthenticatorAssertionResponse 介面,它返回一個 ArrayBuffer,其中包含來自認證器的資訊,例如依賴方 ID 雜湊(rpIdHash)、簽名計數器、使用者在場測試、使用者驗證標誌以及由認證器處理的任何擴充套件。
值
一個 ArrayBuffer,其 ArrayBuffer.byteLength 至少為 37 位元組,其中包含 認證器資料 中解釋的資料結構。
示例
有關詳細示例,請參閱檢索公鑰憑據。
規範
| 規範 |
|---|
| Web Authentication:訪問公鑰憑證的 API - 第 3 級 # dom-authenticatorassertionresponse-authenticatordata |
瀏覽器相容性
載入中…