Auth0.OidcClient.Core 2.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Auth0.OidcClient.Core --version 2.3.0
NuGet\Install-Package Auth0.OidcClient.Core -Version 2.3.0
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="Auth0.OidcClient.Core" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Auth0.OidcClient.Core --version 2.3.0
#r "nuget: Auth0.OidcClient.Core, 2.3.0"
#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 Auth0.OidcClient.Core as a Cake Addin
#addin nuget:?package=Auth0.OidcClient.Core&version=2.3.0

// Install Auth0.OidcClient.Core as a Cake Tool
#tool nuget:?package=Auth0.OidcClient.Core&version=2.3.0

Auth0 OIDC Client for Native applications

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Auth0.OidcClient.Core:

Package Downloads
Auth0.OidcClient.iOS The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Auth0 OIDC Client for Xamarin iOS apps

Auth0.OidcClient.Android The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Auth0 OIDC Client for Xamarin Android apps. Relies on deprecated support libraries from Google, use Auth0.OidcClient.AndroidX instead.

Auth0.OidcClient.WPF The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Auth0 OIDC Client for WPF apps

Auth0.OidcClient.AndroidX The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Auth0 OIDC Client for Xamarin AndroidX apps

Auth0.OidcClient.WinForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Auth0 OIDC Client for WinForms apps

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 10,197 12/5/2023
3.4.1 25,994 7/19/2023
3.4.0 3,955 7/13/2023
3.3.0 503 7/12/2023
3.2.7 87,471 2/14/2023
3.2.6 68,559 10/4/2022
3.2.5 28,885 7/26/2022
3.2.4 110,466 10/12/2021
3.2.3 12,911 9/16/2021
3.2.2 41,198 5/27/2021
3.2.1 59,973 5/4/2021
3.2.0 17,287 3/23/2021
3.1.2 207,898 1/15/2020
3.1.1 7,465 12/3/2019
3.1.0 2,264 11/15/2019
3.0.1 3,336 11/3/2019
3.0.0 965 10/28/2019
2.4.3 29,391 9/30/2019
2.4.2 2,593 9/20/2019
2.4.0 15,303 6/11/2019
2.3.1 20,337 1/15/2019
2.3.0 75,448 8/8/2018
2.2.0 5,905 8/1/2018
2.1.0 4,229 6/28/2018
2.0.0 4,717 5/23/2018

Version 2.3.0
     - Add support for federated logout

     Version 2.2.0
     - Add support to log the user out and clear the Auth0 SSO cookie

     Version 2.1.0
     - Fixed issue with browser not opening when running on Android 6.0
     - Updated dependency on IdentityModel.OidcClient to v2.7.0

     Version 2.0.0
     - Initial release with support for Xamarin Forms