ReportBrowserErrorOptions
export interface ReportBrowserErrorOptions {
/**
* WebAuthn API(`navigator.credentials.get()`)の失敗時に受け取るエラーオブジェクト。
* DOMException の少なくとも `name` および `message` プロパティを含む必要があります。
* @type {WebAuthnErrorDetails}
*/
error: WebAuthnErrorDetails;
}
報告する WebAuthn API (navigator.credentials.get()) のエラーオブジェクト。