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.
<PackageVersion Include="OAuth2Client" Version="1.6.1.2571" />
                    
Directory.Packages.props
<PackageReference Include="OAuth2Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=OAuth2Client&version=1.6.1.2571
                    
Install OAuth2Client as a Cake Addin
#tool nuget:?package=OAuth2Client&version=1.6.1.2571
                    
Install OAuth2Client as a Cake Tool

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.

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 14,067 7/31/2014
1.6.1.2570 1,291 7/31/2014
1.6.1.2567 8,227 3/11/2014
1.6.1.2566 1,350 1/31/2014
1.6.1.2565 1,266 1/31/2014
1.6.1.2564 1,289 1/30/2014
1.6.1.2563 1,313 1/30/2014
1.6.0.2561 1,399 1/14/2014
1.6.0.2560 22,053 12/19/2013
1.5.0.2559 1,264 12/19/2013
1.5.0.2558 1,294 12/9/2013
1.5.0.2557 1,330 12/6/2013
1.5.0.2556 1,408 12/6/2013
1.5.0.2555 1,278 12/6/2013
1.5.0.2554 1,389 12/5/2013
1.5.0 1,392 12/5/2013
1.4.13309.2515 1,407 11/5/2013
1.4.13260.2514 1,441 9/17/2013
1.4.13239.2513 1,414 8/27/2013
1.4.13239.2512 1,336 8/27/2013
1.4.13239.2511 1,360 8/27/2013
1.4.13239.2510 1,324 8/27/2013
1.4.13239.2509 1,330 8/27/2013
1.3.13233.2507 1,469 8/21/2013
1.3.13233.2506 1,314 8/21/2013
1.3.13232.2505 1,323 8/20/2013
1.2.13232.2504 1,315 8/20/2013
1.1.13228.2500 1,340 8/16/2013
1.0.3 1,428 8/13/2013
1.0.1 1,412 8/12/2013
1.0.0 1,423 8/12/2013
0.0.0 1,472 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