Skip to content

Commit

Permalink
Merge pull request #1920 from Kieun/kieun-1918
Browse files Browse the repository at this point in the history
Add missing fields in dictionaries for JSON representation
  • Loading branch information
agl committed Aug 16, 2023
2 parents 0a59b62 + 0f99bad commit 98214b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@ that are returned to the caller when a new credential is created, or a new asser
required Base64URLString authenticatorData;
required Base64URLString signature;
Base64URLString userHandle;
Base64URLString attestationObject;
};

dictionary AuthenticationExtensionsClientOutputsJSON {
Expand Down Expand Up @@ -2841,6 +2842,7 @@ value and terminate the operation.
sequence<PublicKeyCredentialDescriptorJSON> excludeCredentials = [];
AuthenticatorSelectionCriteria authenticatorSelection;
DOMString attestation = "none";
sequence<DOMString> attestationFormats = [];
AuthenticationExtensionsClientInputsJSON extensions;
};

Expand Down Expand Up @@ -2896,6 +2898,8 @@ value and terminate the operation.
DOMString rpId;
sequence<PublicKeyCredentialDescriptorJSON> allowCredentials = [];
DOMString userVerification = "preferred";
DOMString attestation = "none";
sequence<DOMString> attestationFormats = [];
AuthenticationExtensionsClientInputsJSON extensions;
};
</xmp>
Expand Down

0 comments on commit 98214b0

Please sign in to comment.