BotAuth.GenericOAuth2
3.9.0-alpha
This is a prerelease version of BotAuth.GenericOAuth2.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BotAuth.GenericOAuth2 --version 3.9.0-alpha
NuGet\Install-Package BotAuth.GenericOAuth2 -Version 3.9.0-alpha
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="BotAuth.GenericOAuth2" Version="3.9.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BotAuth.GenericOAuth2 --version 3.9.0-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BotAuth.GenericOAuth2, 3.9.0-alpha"
#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 BotAuth.GenericOAuth2 as a Cake Addin #addin nuget:?package=BotAuth.GenericOAuth2&version=3.9.0-alpha&prerelease // Install BotAuth.GenericOAuth2 as a Cake Tool #tool nuget:?package=BotAuth.GenericOAuth2&version=3.9.0-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This package is a generic OAuth2 authentication provider for using with the BotAuth package in a Bot Framework/BotBuilder Project.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Autofac (>= 4.5.0)
- Chronic.Signed (>= 0.3.2)
- Microsoft.AspNet.WebApi (>= 5.2.3)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Microsoft.Bot.Builder (>= 3.9.0)
- Microsoft.IdentityModel.Protocol.Extensions (>= 1.0.4.403061554)
- Microsoft.Rest.ClientRuntime (>= 2.3.8)
- Newtonsoft.Json (>= 10.0.3)
- OAuth2 (>= 0.8.40)
- RestSharp (>= 105.2.3)
- System.IdentityModel.Tokens.Jwt (>= 4.0.4.403061554)
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 |
---|---|---|
3.11.0-alpha | 1,639 | 1/16/2018 |
3.9.0-alpha | 729 | 9/5/2017 |
3.8.1-alpha | 738 | 6/14/2017 |
0.1.2-alpha | 697 | 6/12/2017 |
0.1.0-alpha | 707 | 5/3/2017 |
Initial preview of BotAuth.