TMijieux.Xamarin.OpenId.AppAuth.iOS 1.6.2-alpha.2

This is a prerelease version of TMijieux.Xamarin.OpenId.AppAuth.iOS.
dotnet add package TMijieux.Xamarin.OpenId.AppAuth.iOS --version 1.6.2-alpha.2
NuGet\Install-Package TMijieux.Xamarin.OpenId.AppAuth.iOS -Version 1.6.2-alpha.2
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="TMijieux.Xamarin.OpenId.AppAuth.iOS" Version="1.6.2-alpha.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TMijieux.Xamarin.OpenId.AppAuth.iOS --version 1.6.2-alpha.2
#r "nuget: TMijieux.Xamarin.OpenId.AppAuth.iOS, 1.6.2-alpha.2"
#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 TMijieux.Xamarin.OpenId.AppAuth.iOS as a Cake Addin
#addin nuget:?package=TMijieux.Xamarin.OpenId.AppAuth.iOS&version=1.6.2-alpha.2&prerelease

// Install TMijieux.Xamarin.OpenId.AppAuth.iOS as a Cake Tool
#tool nuget:?package=TMijieux.Xamarin.OpenId.AppAuth.iOS&version=1.6.2-alpha.2&prerelease

IMPORTANT NOTICE

This is NOT the official package from Xamarin for AppAuth. This is a build made by an individual to be able to access the latest Android iOS version of AppAuth(0.11.1 and 1.6.2 respectively) and some features not available in older version released by xamarin (EndSession on iOS notably)

Xamarin Components for OpenID AppAuth (OAuth Client)

OpenID AppAuth is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers. It strives to directly map the requests and responses of those specifications, while following the idiomatic style of the implementation language. In addition to mapping the raw protocol flows, convenience methods are available to assist with common tasks like performing an action with fresh tokens.

The library follows the best practices set out in OAuth 2.0 for Native Apps including using Custom Tabs and SFSafariViewController for the auth request. For this reason, WebView and UIWebView are explicitly not supported due to usability and security reasons.

The library also supports the PKCE extension to OAuth which was created to secure authorization codes in public clients when custom URI scheme redirects are used. The library is friendly to other extensions (standard or otherwise) with the ability to handle additional parameters in all protocol requests and responses.

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • Xamarin.iOS 1.0

    • No dependencies.

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
1.6.2-alpha.2 99 1/3/2024
1.6.2-alpha.1 80 12/19/2023