Client helper for OAuth2 2-legged flows with client secret and JWT client assertion support and token caching.
Info
Version: | 0.9.0-alpha2 |
Author(s): | Scalepoint |
Last Update: | Monday, April 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Scalepoint/oauth-token-net-client |
NuGet Url: | https://www.nuget.org/packages/Scalepoint.OAuth.TokenClient |
Install
Install-Package Scalepoint.OAuth.TokenClient
dotnet add package Scalepoint.OAuth.TokenClient
paket add Scalepoint.OAuth.TokenClient
Scalepoint.OAuth.TokenClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 11.0.2)
- System.IdentityModel.Tokens.Jwt(>= 5.3.0)
- Newtonsoft.Json(>= 11.0.2)
- System.IdentityModel.Tokens.Jwt(>= 5.3.0)
- System.Net.Http(>= 4.3.4)
- System.Runtime.Caching(>= 4.5.0)
Tags