You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove AuthenticationAssertion, ScopedCredential and ScopedCredentialInfo
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.
0 commit comments