Biss.Authentication.Client 10.4.1

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

Biss.Authentication.Client

© 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at

What can this NuGet package do?

Biss.Authentication.Client provides client-side authentication infrastructure for BISS applications, handling login, token management, session state, and secure credential storage. This package integrates with BISS ConnectivityHost backends to perform username/password authentication, JWT token refresh, and session lifecycle management. It includes HTTP client configuration with resilience policies, automatic token injection into API requests, and secure token storage. The client works seamlessly with both MAUI and Blazor applications, providing a unified authentication experience across platforms.

What are the core features?

Login & Session Management - Complete login flow with username/password authentication and session state tracking • Token Storage & Refresh - Automatic JWT access token storage, refresh token handling, and silent token renewal • HTTP Client Integration - Pre-configured HttpClient with automatic header injection and authentication middleware • Resilience Policies - Built-in retry, timeout, and circuit breaker policies via Microsoft.Extensions.Http.Resilience • Secure Storage - Platform-specific secure credential storage for tokens and sensitive data • Logout Handling - Clean session termination with token revocation and state cleanup • Client Configuration - Flexible configuration options for endpoints, timeouts, and authentication behavior • INotifyPropertyChanged - Automatic property change notifications via PropertyChanged.Fody for MVVM binding

Dependencies
BISS Packages
Package Version Purpose
Biss.Authentication.Common Latest Shared authentication contracts and models
NuGet Packages
Package Version Purpose
Microsoft.Extensions.Http 10.0.2+ HttpClient factory and configuration
Microsoft.Extensions.Http.Resilience 10.2.0+ Resilience policies for HTTP requests
PropertyChanged.Fody 4.1.0+ Automatic INotifyPropertyChanged implementation
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on Biss.Authentication.Client:

Package Downloads
Biss.Apps.Template.BaseAppTemplate

Biss Core SDK

Biss.Authentication.Client.ExternalProviders.Blazor

Biss Core SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.4.1 4 2/16/2026

Changelog.md