Auth0.OidcClient.AndroidX 4.0.0

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

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

Auth0 OIDC Client for Xamarin AndroidX apps

Product Compatible and additional computed target framework versions.
.NET net6.0-android29.0 is compatible.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid11 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
4.0.0 1,741 12/5/2023
3.5.0 1,749 9/20/2023
3.4.1 1,598 7/19/2023
3.4.0 208 7/13/2023
3.3.0 202 7/12/2023
3.2.7 19,731 2/14/2023
3.2.6 3,593 10/4/2022
3.2.5 11,606 7/26/2022
3.2.4 28,712 10/12/2021
3.2.3 597 9/16/2021
3.2.2 2,930 5/27/2021
3.2.1 5,417 5/4/2021
3.2.0 484 3/23/2021
3.1.6 60,789 9/7/2020
3.1.5 698 7/9/2020

Version 4.0.0
     - Remove support for Client Secret

   Version 3.5.0
     - Set Android Target Framework Version to v11
     - Support .NET6 and above

   Version 3.4.1
     - Do not lowercase org_name claim

   Version 3.4.0
     - Support Organization Name
     - Correctly set IdentityModel.OidcClient dependency to v5
     
   Version 3.3.0
     - Update IdentityModel.OidcClient to v5
     - Support scope with RefreshTokens

   Version 3.2.7
     - Ensure backchannel is used with the IdTokenValidator
     - Ensure to launch new CCT task with NO_HISTORY

     Version 3.2.6
     - Expose OidcClient's LoggerFactory to enable for your own LoggerFactory

     Version 3.2.5
     - Do not mutate dictionary when passed to our SDK using LoginAsync, LogoutAsync or RefreshTokenAsync

     Version 3.2.4
     - Fix dependency issue with System.Text.Json

     Version 3.2.3
     - Fix dependency issue with OidcClient

     Version 3.2.2
     - Update OidcClient to 4.0.0

     Version 3.2.1
     - Fix System.Text.Encodings.Web vulnerability: https://github.com/dotnet/runtime/issues/49377
     - Fix System.Text.RegularExpressions vulnerability

     Version 3.2.0
     - Add support for Organizations

     Version 3.1.6
     - Correct packaging so the NuGet actually is AndroidX
     
     Version 3.1.5
   - New version of Auth0.OidcClient.Android targeting AndroidX