Auth0.OidcClient.AndroidX
4.0.0
Prefix Reserved
dotnet add package Auth0.OidcClient.AndroidX --version 4.0.0
NuGet\Install-Package Auth0.OidcClient.AndroidX -Version 4.0.0
<PackageReference Include="Auth0.OidcClient.AndroidX" Version="4.0.0" />
paket add Auth0.OidcClient.AndroidX --version 4.0.0
#r "nuget: Auth0.OidcClient.AndroidX, 4.0.0"
// 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 | Versions 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. |
-
MonoAndroid 1.1
- Auth0.OidcClient.Core (>= 4.0.0)
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 | 5,622 | 12/5/2023 |
3.5.0 | 1,857 | 9/20/2023 |
3.4.1 | 1,774 | 7/19/2023 |
3.4.0 | 227 | 7/13/2023 |
3.3.0 | 223 | 7/12/2023 |
3.2.7 | 25,413 | 2/14/2023 |
3.2.6 | 3,760 | 10/4/2022 |
3.2.5 | 13,157 | 7/26/2022 |
3.2.4 | 28,780 | 10/12/2021 |
3.2.3 | 625 | 9/16/2021 |
3.2.2 | 3,223 | 5/27/2021 |
3.2.1 | 5,715 | 5/4/2021 |
3.2.0 | 514 | 3/23/2021 |
3.1.6 | 62,008 | 9/7/2020 |
3.1.5 | 714 | 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