Skip to content

Commit

Permalink
Update files/en-us/web/api/publickeycredential/tojson/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mills <[email protected]>
  • Loading branch information
hamishwillee and chrisdavidmills authored Oct 10, 2023
1 parent cca9899 commit 6c80592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/publickeycredential/tojson/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The object properties are:
- `type`
- : The string `"public-key"`.
- `clientExtensionResults`
- : The result of calling {{domxref("PublicKeyCredential.getClientExtensionResults()")}} and [base64url](/en-US/docs/Glossary/Base64) encoding the values of each array entry.
- : An array contaning [base64url](/en-US/docs/Glossary/Base64)-encoded versions of the values returned by {{domxref("PublicKeyCredential.getClientExtensionResults()")}}.
- `response`

- : The response property object depends on whether the credentials are returned following a registration or authentication operation.
Expand Down

0 comments on commit 6c80592

Please sign in to comment.