Skip to content

Commit

Permalink
Merge pull request #1969 from w3c/mm-1958-fix-publickeycredentialjson…
Browse files Browse the repository at this point in the history
…-webidl

Fix broken PublicKeyCredentialJSON WebIDL definition
  • Loading branch information
MasterKale committed Oct 4, 2023
2 parents 50d8b65 + 8af0385 commit a824429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,9 @@ that are returned to the caller when a new credential is created, or a new asser

<xmp class="idl">
typedef DOMString Base64URLString;
typedef (RegistrationResponseJSON or AuthenticationResponseJSON) PublicKeyCredentialJSON;
// The structure of this object will be either
// RegistrationResponseJSON or AuthenticationResponseJSON
typedef object PublicKeyCredentialJSON;

dictionary RegistrationResponseJSON {
required Base64URLString id;
Expand Down

0 comments on commit a824429

Please sign in to comment.