Namespace OpenSettings.AspNetCore
Classes
- ApplicationBuilderExtensions
Provides extension methods for configuring OpenSettings within an ASP.NET Core application pipeline. This class contains methods to update instance status and ensure proper integration with OpenSettings.
- MvcBuilderExtensions
Provides extension methods for configuring MVC services in OpenSettings. This class contains methods to register OpenSettings-related services, configure HTTP clients, and set up controllers with authorization mechanisms.
Interfaces
- IOpenSettingsTokenService
Defines methods for handling and managing OpenSettings token validation and refresh functionality. This service provides functionality for checking token expiration, reading JWT tokens, and refreshing tokens.