Interface that allows you to send requests (including OAuth and Basic Auth) and parse the response in one step and removing all the retry logic, encoding, serialization, refreshing tokens.
Info
| Version: | 1.0.8 |
| Author(s): | Zuechb |
| Last Update: | Monday, October 8, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/Authsome |
Install
Install-Package Authsome
dotnet add package Authsome
paket add Authsome
Authsome Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.2)