Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Mar 28, 2024
1 parent d5539db commit 878f13c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Using the [navigator.credentials.get()](https://developer.mozilla.org/en-US/docs

Example:

```
async function signIn() {
const identityCredential = await navigator.credentials.get({
identity: {
Expand All @@ -182,7 +183,7 @@ async function signIn() {
},
});
}

```


If the user identity is successfully validated by the Identity Provider, an `IdentityCredential` object is returned. This object contains a token that includes user identity information that has been signed with the Identity Provider’s digital certificate.
Expand Down

0 comments on commit 878f13c

Please sign in to comment.