🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

auth0

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

auth0

3.6.0
unpublished
NuGet
Maintainers
0
Source

PLEASE READ ME!!

Async method naming conventions:

Version 2.x of the Auth0 .NET SDK has not followed the accepted naming convention for async methods by ending the method with an "Async" suffix. Many of the users reached out to us as this created confusion for them.

Starting with Version 3.x we are ensuring that all of our async methods end with the "Async" suffix to make it easier on you to recognize these and know to await them.

The previous methods which do not conform to the naming convention are still there so your code does not break, but have been marked as Obsolete. We suggest that you update your code as soon as possible to make use of the correct xxxAsync methods.

Apologies for the confusion we caused many of you.

Keywords

Auth0

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts