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
  • Loading branch information
wbamberg authored Aug 5, 2024
1 parent bfeb4a9 commit 1b9f35b
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 with 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 to a website.

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

Expand Down

0 comments on commit 1b9f35b

Please sign in to comment.