You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Duende.AccessTokenManagement` library provides automatic access token management features for .NET worker and ASP.NET Core web applications:
14
14
15
15
- 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 onbehalf of the currently logged-in user (using the `Duende.AccessTokenManagement.OpenIdConnect` package)
0 commit comments