Auth0.Core 3.3.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Auth0.Core --version 3.3.0
                    
NuGet\Install-Package Auth0.Core -Version 3.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.Core" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Auth0.Core" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Auth0.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Auth0.Core --version 3.3.0
                    
#r "nuget: Auth0.Core, 3.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.
#:package Auth0.Core@3.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Auth0.Core&version=3.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Auth0.Core&version=3.3.0
                    
Install as a Cake Tool

Core classes for the Auth0 API

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

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

Package Downloads
Auth0.AuthenticationApi

Auth0 .NET SDK

BizDoc.Authentication.Auth0

Auth0 authentication for BizDoc

AirMapDotNet

A .NET SDK for the AirMap API.

AICapture.OST.Lib

AICapture.io .net core base library.

Zymergi.Infrastructure

.NET library for infrastructure integrations — AWS, Auth0, OpenAI, and image processing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.45.1 45,872 3/26/2026
7.45.0 124,528 2/25/2026
7.44.0 171,084 1/29/2026
7.43.1 93,749 1/15/2026
7.43.0 232,525 12/5/2025
7.42.0 427,078 10/9/2025
7.41.0 214,527 9/15/2025
7.40.0 225,980 8/13/2025
7.39.0 477,968 7/8/2025
7.38.0 164,574 6/23/2025
7.37.0 3,161,999 5/30/2025
7.36.0 804,946 4/10/2025
7.35.0 168,828 3/24/2025
7.34.0 729,638 2/19/2025
7.33.0 147,483 2/5/2025
7.32.0 555,106 1/22/2025
7.31.0 199,843 1/8/2025
7.30.0 644,554 11/28/2024
7.29.0 562,133 11/11/2024
3.3.0 44,156 8/16/2016
Loading failed

Version 3.3.0
         - Updates to includes all latest API methods
         
         Version 3.2.0
         - Support serializing client_metadata
         - Fix NuGet target

         Version 3.1.1
         - Fix ApiException overload where HttpStatus was not set correctly

         Version 3.1.0
         - Support of offline tokens

         Version 3.0.0
         - Library conforms to the correct naming convention of ending the name of async methods with "Async". The old methods still work but have been marked as obsolete. Please change your code to use the new methods.

         Version 2.1.1
         - Adds API Error contral resolver

         Version 2.1.0
         - Add support for paged collections