| AggregationExtensions | Provides extension methods for aggregating values from objects based on specific comparable properties. |
| License | Represents the licensing constraints applied to the application, including limits on the number of clients and issuers, as well as the validity period of the license. |
| LicenseChecker | Manages and enforces licensing constraints on clients and issuers within the application, ensuring compliance with defined licensing terms. |
| LicenseLoader | Handles the loading and validation of application licenses provided as JSON Web Tokens (JWT). |
| LicenseManager | Manages the application's licenses, ensuring that the current license is appropriately evaluated based on its validity period. |
| OptionsLicenseJwtProvider | An ILicenseJwtProvider backed by the LicenseJwt value resolved through the options pattern. |
| StaticLicenseJwtProvider | An implementation of ILicenseJwtProvider that returns a predefined license JWT string. |