Skip to content

Commit f46ba63

Browse files
maartenbaErwinvandervalk
authored andcommitted
Update src/content/docs/accesstokenmanagement/index.mdx
1 parent d20ebc7 commit f46ba63

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/accesstokenmanagement

1 file changed

+1
-1
lines changed

src/content/docs/accesstokenmanagement/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CardGrid, LinkCard } from "@astrojs/starlight/components";
1313
The `Duende.AccessTokenManagement` library provides automatic access token management features for .NET worker and ASP.NET Core web applications:
1414

1515
- automatic acquisition and lifetime management of client credentials based access tokens for machine-to-machine communication (using the `Duende.AccessTokenManagement` package)
16-
- automatic access token lifetime management using a refresh token for API calls on-behalf of the currently logged-in user (using the `Duende.AccessTokenManagement.OpenIdConnect` package)
16+
- automatic access token lifetime management using a refresh token for API calls on behalf of the currently logged-in user (using the `Duende.AccessTokenManagement.OpenIdConnect` package)
1717
- revocation of access tokens
1818

1919
## Machine-to-machine token management

0 commit comments

Comments
 (0)