Table of Contents

Namespace arolariu.Backend.Core.Auth.Models

Classes

AuthenticatedUser

Represents an authenticated user in the system with extended profile information. This class extends ASP.NET Core Identity's IdentityUser with additional personal data fields.

AuthenticatedUserRole

Represents a user role in the authentication system for role-based access control. This class extends ASP.NET Core Identity's IdentityRole to define user permissions and access levels.