From cac5fa850572463eb0af1f771b1e9b40236bd66f Mon Sep 17 00:00:00 2001 From: autofoolip Date: Thu, 21 May 2020 10:20:33 +0000 Subject: [PATCH] Bug 1638190 [wpt PR 23626] - Update interfaces/webauthn.idl, a=testonly Automatic update from web-platform-tests Update interfaces/webauthn.idl (#23626) Source: https://github.com/tidoust/reffy-reports/blob/8de5e63/ed/idl/webauthn.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/687251575 -- wpt-commits: 5905cf051f2bc87beab2c7ebc4aac361a59dbf60 wpt-pr: 23626 --- testing/web-platform/tests/interfaces/webauthn.idl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/web-platform/tests/interfaces/webauthn.idl b/testing/web-platform/tests/interfaces/webauthn.idl index 73c96c87b914..a1d46a37cf44 100644 --- a/testing/web-platform/tests/interfaces/webauthn.idl +++ b/testing/web-platform/tests/interfaces/webauthn.idl @@ -31,6 +31,9 @@ interface AuthenticatorResponse { interface AuthenticatorAttestationResponse : AuthenticatorResponse { [SameObject] readonly attribute ArrayBuffer attestationObject; sequence getTransports(); + ArrayBuffer getAuthenticatorData(); + ArrayBuffer? getPublicKey(); + COSEAlgorithmIdentifier getPublicKeyAlgorithm(); }; [SecureContext, Exposed=Window]