OpenIddict.Client
6.0.0-preview4.24563.42
Prefix Reserved
This version is no longer supported and users are encouraged to migrate to the latest OpenIddict version. For more information, visit https://documentation.openiddict.com/guides/.
See the version list below for details.
dotnet add package OpenIddict.Client --version 6.0.0-preview4.24563.42
NuGet\Install-Package OpenIddict.Client -Version 6.0.0-preview4.24563.42
<PackageReference Include="OpenIddict.Client" Version="6.0.0-preview4.24563.42" />
<PackageVersion Include="OpenIddict.Client" Version="6.0.0-preview4.24563.42" />
<PackageReference Include="OpenIddict.Client" />
paket add OpenIddict.Client --version 6.0.0-preview4.24563.42
#r "nuget: OpenIddict.Client, 6.0.0-preview4.24563.42"
#:package OpenIddict.Client@6.0.0-preview4.24563.42
#addin nuget:?package=OpenIddict.Client&version=6.0.0-preview4.24563.42&prerelease
#tool nuget:?package=OpenIddict.Client&version=6.0.0-preview4.24563.42&prerelease
OpenIddict authorization client services.
Note: this package only contains the generic/host-agnostic client components.
To use the client feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Client.AspNetCore or OpenIddict.Client.Owin package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 7.6.3)
- Microsoft.IdentityModel.Protocols (>= 7.6.3)
- OpenIddict.Abstractions (>= 6.0.0-preview4.24563.42)
-
.NETFramework 4.7.2
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 7.6.3)
- Microsoft.IdentityModel.Protocols (>= 7.6.3)
- OpenIddict.Abstractions (>= 6.0.0-preview4.24563.42)
-
.NETFramework 4.8
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 7.6.3)
- Microsoft.IdentityModel.Protocols (>= 7.6.3)
- OpenIddict.Abstractions (>= 6.0.0-preview4.24563.42)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 7.6.3)
- Microsoft.IdentityModel.Protocols (>= 7.6.3)
- OpenIddict.Abstractions (>= 6.0.0-preview4.24563.42)
-
.NETStandard 2.1
- Microsoft.Extensions.Logging (>= 3.1.32)
- Microsoft.IdentityModel.JsonWebTokens (>= 7.6.3)
- Microsoft.IdentityModel.Protocols (>= 7.6.3)
- OpenIddict.Abstractions (>= 6.0.0-preview4.24563.42)
-
net6.0
- Microsoft.Extensions.Logging (>= 6.0.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 7.6.3)
- Microsoft.IdentityModel.Protocols (>= 7.6.3)
- OpenIddict.Abstractions (>= 6.0.0-preview4.24563.42)
-
net8.0
- Microsoft.Extensions.Logging (>= 8.0.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.2.0)
- Microsoft.IdentityModel.Protocols (>= 8.2.0)
- OpenIddict.Abstractions (>= 6.0.0-preview4.24563.42)
-
net9.0
- Microsoft.Extensions.Logging (>= 9.0.0)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.2.0)
- Microsoft.IdentityModel.Protocols (>= 8.2.0)
- OpenIddict.Abstractions (>= 6.0.0-preview4.24563.42)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on OpenIddict.Client:
Package | Downloads |
---|---|
OpenIddict
Versatile OpenID Connect stack for .NET. Note: this metapackage only references the generic core, client, server and validation packages. To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package. |
|
OpenIddict.Client.SystemNetHttp
System.Net.Http integration package for the OpenIddict client services. |
|
OpenIddict.Client.WebIntegration
OpenIddict client integration package for various Web services. |
|
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client. |
|
OpenIddict.Client.AspNetCore
ASP.NET Core integration package for the OpenIddict client services. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OpenIddict.Client:
Repository | Stars |
---|---|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
Version | Downloads | Last Updated | |
---|---|---|---|
7.1.0 | 15,298 | 9/10/2025 | |
7.0.0 | 121,713 | 7/7/2025 | |
7.0.0-preview.4.25313.34 | 1,220 | 6/13/2025 | |
7.0.0-preview.3.25264.86 | 1,577 | 5/14/2025 | |
7.0.0-preview.2.25215.57 | 874 | 4/15/2025 | |
7.0.0-preview.1.25169.78 | 442 | 3/19/2025 | |
6.4.0 | 137,622 | 6/11/2025 | |
6.3.0 | 107,684 | 5/14/2025 | |
6.2.1 | 155,434 | 4/22/2025 | |
6.2.0 | 102,504 | 3/28/2025 | |
6.1.1 | 260,114 | 2/26/2025 | |
6.1.0 | 75,495 | 2/13/2025 | |
6.0.0 | 267,059 | 12/17/2024 | |
6.0.0-rc1.24608.69 | 1,344 | 12/8/2024 | |
6.0.0-preview4.24563.42 | 8,315 | 11/13/2024 | |
6.0.0-preview3.24551.41 | 91,090 | 11/1/2024 | |
6.0.0-preview2.24522.58 | 685 | 10/22/2024 | |
6.0.0-preview1.24504.78 | 19,111 | 10/4/2024 | |
5.8.0 | 1,015,476 | 8/22/2024 | |
5.7.1 | 36,912 | 8/15/2024 | |
5.7.0 | 381,882 | 6/19/2024 | |
5.6.0 | 258,103 | 5/14/2024 | |
5.5.0 | 114,606 | 4/25/2024 | |
5.4.0 | 213,454 | 3/26/2024 | |
5.3.0 | 264,891 | 3/4/2024 | |
5.2.0 | 196,307 | 2/12/2024 | |
5.1.0 | 162,296 | 1/18/2024 | |
5.0.1 | 217,794 | 12/22/2023 | |
5.0.0 | 38,622 | 12/18/2023 | |
5.0.0-rc1.23614.58 | 1,453 | 12/14/2023 | |
5.0.0-preview3.23601.38 | 1,478 | 12/1/2023 | |
5.0.0-preview2.23564.72 | 1,602 | 11/14/2023 | |
5.0.0-preview1.23520.63 | 3,865 | 10/20/2023 | |
4.10.1 | 1,494,489 | 12/2/2023 | |
4.10.0 | 148,144 | 11/14/2023 | |
4.9.0 | 236,717 | 10/9/2023 | |
4.8.0 | 158,230 | 9/12/2023 | |
4.7.0 | 226,993 | 8/9/2023 | |
4.6.0 | 156,209 | 7/13/2023 | |
4.5.0 | 480,536 | 6/19/2023 | |
4.4.0 | 109,451 | 5/25/2023 | |
4.3.0 | 146,246 | 4/29/2023 | |
4.2.0 | 231,755 | 3/25/2023 | |
4.1.0 | 148,134 | 2/27/2023 | |
4.0.0 | 366,232 | 12/23/2022 | |
4.0.0-rc2.22614.58 | 1,361 | 12/14/2022 | |
4.0.0-rc1.22607.41 | 3,029 | 12/7/2022 | |
4.0.0-preview6.22566.67 | 2,877 | 11/16/2022 | |
4.0.0-preview5.22557.92 | 2,655 | 11/7/2022 | |
4.0.0-preview4.22517.68 | 6,594 | 10/17/2022 | |
4.0.0-preview3.22422.72 | 13,223 | 8/22/2022 | |
4.0.0-preview2.22368.68 | 65,499 | 7/18/2022 | |
4.0.0-preview1.22322.71 | 1,989 | 6/22/2022 |