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
This commit is contained in:
autofoolip 2020-05-21 10:20:33 +00:00 коммит произвёл moz-wptsync-bot
Родитель 4f9ff65e18
Коммит cac5fa8505
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,9 @@ interface AuthenticatorResponse {
interface AuthenticatorAttestationResponse : AuthenticatorResponse {
[SameObject] readonly attribute ArrayBuffer attestationObject;
sequence<DOMString> getTransports();
ArrayBuffer getAuthenticatorData();
ArrayBuffer? getPublicKey();
COSEAlgorithmIdentifier getPublicKeyAlgorithm();
};
[SecureContext, Exposed=Window]