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 72cd411 commit 2354381
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 @@ -38,7 +38,7 @@ The object properties are:
- `id`
- : The value returned by {{domxref("PublicKeyCredential.id")}}.
- `rawId`
- : The value returned by {{domxref("PublicKeyCredential.rawId")}} and then [base64url](/en-US/docs/Glossary/Base64) encoding the returned value.
- : A [base64url](/en-US/docs/Glossary/Base64)-encoded version of {{domxref("PublicKeyCredential.rawId")}}.
- `authenticatorAttachment` {{optional_inline}}
- : The value returned by {{domxref("PublicKeyCredential.authenticatorAttachment")}}.
- `type`
Expand Down

0 comments on commit 2354381

Please sign in to comment.