OAuth2Client 1.6.0.2560
See the version list below for details.
dotnet add package OAuth2Client --version 1.6.0.2560
NuGet\Install-Package OAuth2Client -Version 1.6.0.2560
<PackageReference Include="OAuth2Client" Version="1.6.0.2560" />
paket add OAuth2Client --version 1.6.0.2560
#r "nuget: OAuth2Client, 1.6.0.2560"
// Install OAuth2Client as a Cake Addin #addin nuget:?package=OAuth2Client&version=1.6.0.2560 // Install OAuth2Client as a Cake Tool #tool nuget:?package=OAuth2Client&version=1.6.0.2560
A simple client-only OAuth2 library for .NET. This library is designed to be used with minimal implementation by the user, in environments that are not hosted on a web server.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Data (>= 1.1.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OAuth2Client:
Package | Downloads |
---|---|
WebPayments.data.standard
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.1.2571 | 12,917 | 7/31/2014 |
1.6.1.2570 | 1,193 | 7/31/2014 |
1.6.1.2567 | 8,128 | 3/11/2014 |
1.6.1.2566 | 1,250 | 1/31/2014 |
1.6.1.2565 | 1,166 | 1/31/2014 |
1.6.1.2564 | 1,193 | 1/30/2014 |
1.6.1.2563 | 1,215 | 1/30/2014 |
1.6.0.2561 | 1,300 | 1/14/2014 |
1.6.0.2560 | 21,908 | 12/19/2013 |
1.5.0.2559 | 1,167 | 12/19/2013 |
1.5.0.2558 | 1,195 | 12/9/2013 |
1.5.0.2557 | 1,236 | 12/6/2013 |
1.5.0.2556 | 1,313 | 12/6/2013 |
1.5.0.2555 | 1,181 | 12/6/2013 |
1.5.0.2554 | 1,292 | 12/5/2013 |
1.5.0 | 1,298 | 12/5/2013 |
1.4.13309.2515 | 1,306 | 11/5/2013 |
1.4.13260.2514 | 1,338 | 9/17/2013 |
1.4.13239.2513 | 1,315 | 8/27/2013 |
1.4.13239.2512 | 1,237 | 8/27/2013 |
1.4.13239.2511 | 1,260 | 8/27/2013 |
1.4.13239.2510 | 1,225 | 8/27/2013 |
1.4.13239.2509 | 1,235 | 8/27/2013 |
1.3.13233.2507 | 1,373 | 8/21/2013 |
1.3.13233.2506 | 1,219 | 8/21/2013 |
1.3.13232.2505 | 1,228 | 8/20/2013 |
1.2.13232.2504 | 1,218 | 8/20/2013 |
1.1.13228.2500 | 1,237 | 8/16/2013 |
1.0.3 | 1,325 | 8/13/2013 |
1.0.1 | 1,314 | 8/12/2013 |
1.0.0 | 1,322 | 8/12/2013 |
0.0.0 | 1,375 | 8/12/2013 |
1.6 - Made Oauth2Credentials inherit NetworkCredentials and register the module on first reference
1.5 - Added IAuthenticationModule-compatible adapter to use with System.Net.WebRequest and friends.
1.4 - added proxy and handler arguments to authclient constructor
1.2 - cleaned up extension methods and examples