summaryrefslogtreecommitdiffstats
path: root/dom/webauthn/nsIWebAuthnAttObj.idl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webauthn/nsIWebAuthnAttObj.idl')
-rw-r--r--dom/webauthn/nsIWebAuthnAttObj.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/webauthn/nsIWebAuthnAttObj.idl b/dom/webauthn/nsIWebAuthnAttObj.idl
index 32d4f0aba3..101d4d1433 100644
--- a/dom/webauthn/nsIWebAuthnAttObj.idl
+++ b/dom/webauthn/nsIWebAuthnAttObj.idl
@@ -17,4 +17,6 @@ interface nsIWebAuthnAttObj : nsISupports {
readonly attribute Array<octet> publicKey;
readonly attribute COSEAlgorithmIdentifier publicKeyAlgorithm;
+
+ boolean isIdentifying();
};