DeviceOAuth2 2.1.1

dotnet add package DeviceOAuth2 --version 2.1.1
NuGet\Install-Package DeviceOAuth2 -Version 2.1.1
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="DeviceOAuth2" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeviceOAuth2 --version 2.1.1
#r "nuget: DeviceOAuth2, 2.1.1"
#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 DeviceOAuth2 as a Cake Addin
#addin nuget:?package=DeviceOAuth2&version=2.1.1

// Install DeviceOAuth2 as a Cake Tool
#tool nuget:?package=DeviceOAuth2&version=2.1.1

OAuth flow for scenarios with limited access to input devices or web browsers, like console apps, or IoT devices.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 1,071 10/22/2017
2.1.0 1,291 9/24/2015

1.0.0
     - initial release
     1.0.1
     - upgrade BCL dependency versions
     1.1.0
     - add alternative workflow that doesn't rely on callback events (IDeviceOAuth2Stepwise)
     2.0.0
     - Properly name things Authorize instead of Authenticate
     - Expose IDeviceOAuthInfo properties
     - promote DynamicRestClient dependency to 3.0
     2.1.0
     - Add CheckToken and GetProfile to IDeviceOAuthInfo
     2.1.1
     - Throw TimeoutException when poll response includes code_expired error message