Skip to content

Commit

Permalink
cleaner wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Jul 30, 2024
1 parent 3ed33d1 commit 92f0d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/credentialscontainer/get/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ get(options)

- `federated` {{optional_inline}}

- : This option asks the browser to retrieve a [federated identity credential](/en-US/docs/Web/API/Credential_Management_API/Credential_types#federated_identity_credentials) as a {{domxref("FederatedCredential")}} object, using the now superseded {{domxref("FederatedCredential")}} interface. Developers should prefer to use the `identity` option, if it is available.
- : This option asks the browser to retrieve a [federated identity credential](/en-US/docs/Web/API/Credential_Management_API/Credential_types#federated_identity_credentials) as a {{domxref("FederatedCredential")}} object. This interface is now superseded, and developers should prefer to use the `identity` option, if it is available.

This option's value is an object with the following properties:

Expand Down

0 comments on commit 92f0d4c

Please sign in to comment.