Duende.AccessTokenManagement
4.2.0
Prefix Reserved
dotnet add package Duende.AccessTokenManagement --version 4.2.0
NuGet\Install-Package Duende.AccessTokenManagement -Version 4.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Duende.AccessTokenManagement" Version="4.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Duende.AccessTokenManagement" Version="4.2.0" />
<PackageReference Include="Duende.AccessTokenManagement" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Duende.AccessTokenManagement --version 4.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Duende.AccessTokenManagement, 4.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Duende.AccessTokenManagement@4.2.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Duende.AccessTokenManagement&version=4.2.0
#tool nuget:?package=Duende.AccessTokenManagement&version=4.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
About Duende.AccessTokenManagement
Duende.AccessTokenManagement is a .NET library that manages OAuth access tokens in
.NET workers and
ASP.NET Core worker services.
It will acquire new tokens when old tokens are about to expire and provides conveniences
to automatically use the current token with HTTP clients.
Documentation
Documentation is available here.
Related Packages
- Foundational library for claims-based identity, OAuth 2.0 and OpenId Connect: Duende.IdentityModel
- Token management for user-centric flows in ASP.NET Core applications: Duende.AccessTokenManagement.OpenIdConnect
License and Feedback
Duende.AccessTokenManagement is released as open source under the
Apache 2.0 license.
Bug reports, feature requests and
contributions are welcome. If you have an
idea for a new feature or significant code change you'd like to propose, please start with
a GitHub issue so that we can discuss it. Thanks in advance!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Duende.IdentityModel (>= 8.1.0)
- Microsoft.Extensions.Caching.Hybrid (>= 10.0.0)
- Microsoft.Extensions.Http (>= 10.0.4)
- Microsoft.Extensions.Http.Resilience (>= 10.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.4)
- Microsoft.Extensions.Options (>= 10.0.4)
- Microsoft.Extensions.Telemetry.Abstractions (>= 10.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.0.1 && < 9.0.0)
-
net8.0
- Duende.IdentityModel (>= 8.1.0)
- Microsoft.Extensions.Caching.Hybrid (>= 10.0.0)
- Microsoft.Extensions.Http (>= 10.0.4)
- Microsoft.Extensions.Http.Resilience (>= 10.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.4)
- Microsoft.Extensions.Options (>= 10.0.4)
- Microsoft.Extensions.Telemetry.Abstractions (>= 10.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.0.1 && < 9.0.0)
-
net9.0