Skip to main content

Abblix.Oidc.Server.Features.UserAuthentication Namespace

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.UserAuthentication Namespace

Classes
AuthSessionRepresents a model of an authentication session for a logged-in user, capturing essential details about the user's authentication state and interactions within the system.
AuthSessionExtensionsProvides extension methods for AuthSession, facilitating the conversion between authentication session information and JWT claims.
Interfaces
IAuthSessionServiceManages user authentication, providing mechanisms to sign in, sign out, and maintain user sessions. This interface plays a pivotal role in the security and session management of an application, ensuring that users are authenticated and their sessions are managed securely across different contexts and client applications.