Skip to content

Commit

Permalink
Fix description of IdentityCredential.token (#31538)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 committed Jan 17, 2024
1 parent 5bc4970 commit acb4615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/identitycredential/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A successful {{domxref("CredentialsContainer.get", "navigator.credentials.get()"
_Inherits properties from its ancestor, {{domxref("Credential")}}._

- {{domxref("IdentityCredential.token")}} {{experimental_inline}}
- : Returns a {{jsxref("Promise")}} that resolves with the {{domxref("Credential")}} instance that matches the provided parameters.
- : Returns the token used to validate the associated sign-in.

## Examples

Expand Down

0 comments on commit acb4615

Please sign in to comment.