Skip to content

Commit

Permalink
Update files/en-us/web/api/credentialscontainer/get/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
wbamberg and hamishwillee committed Aug 5, 2024
1 parent 38a7f18 commit b29ccab
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 @@ -8,7 +8,7 @@ browser-compat: api.CredentialsContainer.get

{{APIRef("Credential Management API")}}{{SecureContext_Header}}

The **`get()`** method of the {{domxref("CredentialsContainer")}} interface returns a {{jsxref("Promise")}} that fulfills with a single {{glossary("credential")}}, which can then be used to authenticate a user: for example, when signing them into a website.
The **`get()`** method of the {{domxref("CredentialsContainer")}} interface returns a {{jsxref("Promise")}} that fulfills with a single {{glossary("credential")}}, which can then be used to authenticate a user with a website.

The method accepts a single optional `options` argument, which may include:

Expand Down

0 comments on commit b29ccab

Please sign in to comment.