Skip to content

Commit

Permalink
Remove AuthenticationAssertion, ScopedCredential and ScopedCredential…
Browse files Browse the repository at this point in the history
…Info

These were added in #1742,
but none of these interfaces are in Chrome, Firefox or Safari, or appear
in Chromium, Gecko or WebKit source code. (There are matches in Gecko
and WebKit, but for internal things, not web-exposed interfaces.)

`AuthenticationAssertion` was renamed to `AuthenticatorAssertionResponse`
in w3c/webauthn#397.

`ScopedCredential` was renamed to `PublicKeyCredential` in
w3c/webauthn#432.

`ScopedCredentialInfo` was renamed to `AuthenticatorResponse` in
w3c/webauthn#397.

All of the new names are already in BCD.
  • Loading branch information
foolip committed Mar 9, 2021
1 parent f3b0ec5 commit 7c492a9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 870 deletions.
394 changes: 0 additions & 394 deletions api/AuthenticationAssertion.json

This file was deleted.

0 comments on commit 7c492a9

Please sign in to comment.