Info
| Version: | 5.0.0 | 
| Author(s): | William Applegate | 
| Last Update: | Monday, March 3, 2025 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/wapplegate/AccessTokenClient | 
| NuGet Url: | https://www.nuget.org/packages/AccessTokenClient | 
Install
Install-Package AccessTokenClient
                        dotnet add package AccessTokenClient
                        paket add AccessTokenClient
                        
                                AccessTokenClient Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - Microsoft.Extensions.Caching.Abstractions(>= 2.1.1)
 - Microsoft.Extensions.Http(>= 2.1.1)
 - Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
 - System.Text.Json(>= 4.7.2)
 
- Microsoft.Extensions.Caching.Abstractions(>= 5.0.0)
 - Microsoft.Extensions.Http(>= 5.0.0)
 - Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
 - System.Text.Json(>= 5.0.0)
 
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.1)
 - Microsoft.Extensions.Http(>= 3.1.1)
 - Microsoft.Extensions.Logging.Abstractions(>= 3.1.1)
 - System.Text.Json(>= 4.7.2)
 
                
Instead of re-writing the same token clients over and over again in your services, you can use this package to make those token requests easily. The package also includes the ability to cache access tokens so they can be reused.