Skip to content

Commit

Permalink
Add missing fields in dictionaries for JSON representation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieun committed Jul 13, 2023
1 parent 0252205 commit 0f99bad
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 @@ -1652,6 +1652,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 @@ -2815,6 +2816,7 @@ value and terminate the operation.
sequence<PublicKeyCredentialDescriptorJSON> excludeCredentials = [];
AuthenticatorSelectionCriteria authenticatorSelection;
DOMString attestation = "none";
sequence<DOMString> attestationFormats = [];
AuthenticationExtensionsClientInputsJSON extensions;
};

Expand Down Expand Up @@ -2870,6 +2872,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 0f99bad

Please sign in to comment.