Authlink.Idp.Client.Core
1.0.0
See the version list below for details.
dotnet add package Authlink.Idp.Client.Core --version 1.0.0
NuGet\Install-Package Authlink.Idp.Client.Core -Version 1.0.0
<PackageReference Include="Authlink.Idp.Client.Core" Version="1.0.0" />
<PackageVersion Include="Authlink.Idp.Client.Core" Version="1.0.0" />
<PackageReference Include="Authlink.Idp.Client.Core" />
paket add Authlink.Idp.Client.Core --version 1.0.0
#r "nuget: Authlink.Idp.Client.Core, 1.0.0"
#:package Authlink.Idp.Client.Core@1.0.0
#addin nuget:?package=Authlink.Idp.Client.Core&version=1.0.0
#tool nuget:?package=Authlink.Idp.Client.Core&version=1.0.0
<p align="center"> <img src="https://raw.githubusercontent.com/Analytics-Consulting/authentication-and-authorization/refs/heads/feature/userinfo/authlink-branding/images/logo.svg?token=GHSAT0AAAAAACYAFX6MKEAWTCA56POKQMEC2CCXSHA" alt="Authlink Logo" width="150" /> </p>
<h1 align="center">Authlink.Idp.Client.Core</h1>
<p align="center"> Core abstractions for building and integrating with the <strong>Authlink Identity Provider</strong> ecosystem. </p>
<p align="center"> <a href="https://www.nuget.org/packages/Authlink.Idp.Client.Core"> <img src="https://img.shields.io/nuget/v/Authlink.Idp.Client.Core?color=blue&style=flat-square" alt="NuGet Version" /> </a> <a href="https://docs.authlink.co.za"> <img src="https://img.shields.io/badge/docs-available_soon-blueviolet?style=flat-square" alt="Documentation" /> </a> </p>
📦 Package Overview
Authlink.Idp.Client.Core is a low-level, dependency-free library that defines interfaces, data contracts, and shared models used by client SDKs that integrate with the Authlink Identity Provider (IdP).
It is intended to be consumed by higher-level packages such as:
Authlink.Idp.Client.Http
🚀 Install
dotnet add package Authlink.Idp.Client.Core
Or via Package Manager:
PM> Install-Package Authlink.Idp.Client.Core
🔧 Purpose
This package serves as a foundation layer, enabling:
- Abstraction of token and authentication flows
- Decoupled, testable client implementations
- Plug-and-play support across .NET environments (console, web, serverless)
📚 Documentation
Coming soon at: https://docs.authlink.co.za
📄 License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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. |
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Authlink.Idp.Client.Core:
| Package | Downloads |
|---|---|
|
Authlink.Idp.Client.Http
System.Net implementation of the Authlink Identity Provider client. |
GitHub repositories
This package is not used by any popular GitHub repositories.