Info
Version: | 1.5.4 |
Author(s): | Bastian Eicher |
Last Update: | Sunday, September 8, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://typedrest.net/ |
NuGet Url: | https://www.nuget.org/packages/TypedRest.OAuth |
Install
Install-Package TypedRest.OAuth
dotnet add package TypedRest.OAuth
paket add TypedRest.OAuth
TypedRest.OAuth Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- IdentityModel(>= 5.0.0)
- Microsoft.Extensions.Http(>= 2.1.1)
- System.Diagnostics.DiagnosticSource(>= 5.0.1)
- IdentityModel(>= 5.0.0)
- Microsoft.Extensions.Http(>= 5.0.0)
- System.Diagnostics.DiagnosticSource(>= 5.0.1)
- IdentityModel(>= 5.0.0)
- Microsoft.Extensions.Http(>= 3.1.11)
- System.Diagnostics.DiagnosticSource(>= 5.0.1)
Tags
Call .AddOAuthHandler() after .AddTypedRest() (or .AddHttpClient() when not using main TypedRest package).