DeviceOAuth2 2.1.0
See the version list below for details.
dotnet add package DeviceOAuth2 --version 2.1.0
NuGet\Install-Package DeviceOAuth2 -Version 2.1.0
<PackageReference Include="DeviceOAuth2" Version="2.1.0" />
paket add DeviceOAuth2 --version 2.1.0
#r "nuget: DeviceOAuth2, 2.1.0"
// Install DeviceOAuth2 as a Cake Addin #addin nuget:?package=DeviceOAuth2&version=2.1.0 // Install DeviceOAuth2 as a Cake Tool #tool nuget:?package=DeviceOAuth2&version=2.1.0
OAuth flow for scenarios with limited access to input devices or web browsers, like console apps, or IoT devices.
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- DynamicRestClient (>= 3.0.0)
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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