OAuth2Client 1.6.1.2571

dotnet add package OAuth2Client --version 1.6.1.2571
NuGet\Install-Package OAuth2Client -Version 1.6.1.2571
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OAuth2Client" Version="1.6.1.2571" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OAuth2Client --version 1.6.1.2571
#r "nuget: OAuth2Client, 1.6.1.2571"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OAuth2Client as a Cake Addin
#addin nuget:?package=OAuth2Client&version=1.6.1.2571

// Install OAuth2Client as a Cake Tool
#tool nuget:?package=OAuth2Client&version=1.6.1.2571

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1.2571 799 7/31/2014
1.6.1.2570 52 7/31/2014
1.6.1.2567 170 3/11/2014
1.6.1.2566 53 1/31/2014
1.6.1.2565 50 1/31/2014
1.6.1.2564 50 1/30/2014
1.6.1.2563 48 1/30/2014
1.6.0.2561 85 1/14/2014
1.6.0.2560 335 12/19/2013
1.5.0.2559 50 12/19/2013
1.5.0.2558 51 12/9/2013
1.5.0.2557 48 12/6/2013
1.5.0.2556 50 12/6/2013
1.5.0.2555 48 12/6/2013
1.5.0.2554 48 12/5/2013
1.5.0 48 12/5/2013
1.4.13309.2515 49 11/5/2013
1.4.13260.2514 51 9/17/2013
1.4.13239.2513 73 8/27/2013
1.4.13239.2512 50 8/27/2013
1.4.13239.2511 52 8/27/2013
1.4.13239.2510 50 8/27/2013
1.4.13239.2509 50 8/27/2013
1.3.13233.2507 85 8/21/2013
1.3.13233.2506 48 8/21/2013
1.3.13232.2505 50 8/20/2013
1.2.13232.2504 50 8/20/2013
1.1.13228.2500 54 8/16/2013
1.0.3 64 8/13/2013
1.0.1 54 8/12/2013
1.0.0 53 8/12/2013
0.0.0 49 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