FarNominal.Identity.Oidc 1.0.12

dotnet add package FarNominal.Identity.Oidc --version 1.0.12
                    
NuGet\Install-Package FarNominal.Identity.Oidc -Version 1.0.12
                    
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="FarNominal.Identity.Oidc" Version="1.0.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FarNominal.Identity.Oidc" Version="1.0.12" />
                    
Directory.Packages.props
<PackageReference Include="FarNominal.Identity.Oidc" />
                    
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 FarNominal.Identity.Oidc --version 1.0.12
                    
#r "nuget: FarNominal.Identity.Oidc, 1.0.12"
                    
#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 FarNominal.Identity.Oidc@1.0.12
                    
#: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=FarNominal.Identity.Oidc&version=1.0.12
                    
Install as a Cake Addin
#tool nuget:?package=FarNominal.Identity.Oidc&version=1.0.12
                    
Install as a Cake Tool

FarNominal.Identity.Oidc

Implementation of generic OpenID Connect services.


Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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
1.0.12 158 8/26/2024
1.0.11 135 8/12/2024
1.0.10 119 8/8/2024
1.0.9 111 7/22/2024
1.0.8 132 7/16/2024
1.0.7 109 5/20/2024
1.0.6 113 5/16/2024
1.0.5 142 5/9/2024
1.0.4 102 5/3/2024
1.0.3 136 4/11/2024
1.0.2 142 4/1/2024

1.0.12 - Rebuild with enum extension methods.
1.0.11 - Add default OICD API implementation.
1.0.10 - Rebuild with type for geographic coordinates.
1.0.9 - Rebuild with optional leading/trailing whitespace in key-value pair lookup.
1.0.8 - Update third-party NuGet packages.
1.0.7 - Rebuild with new metadata method.
1.0.6 - Rebuild with updated time unit enum.
1.0.5 - Rebuild with updated interface for HTTP 'Post' and 'Put' requests.
1.0.4 - Rebuild with updated interface for HTTP requests.
1.0.3 - Rebuild with updated interface for string conversion methods.
1.0.2 - Initial revision, targetting .NET 8