Namespace Cuemon.Extensions.AspNetCore.Authentication
Assembly: Cuemon.Extensions.AspNetCore.Authentication.dll
The Cuemon.Extensions.AspNetCore.Authentication
namespace contains extension methods that complements the Cuemon.AspNetCore.Authentication
namespace.
Availability: .NET 9 and .NET 8
Complements: Cuemon.AspNetCore.Authentication namespace 📘
Extension Methods
Type | Ext | Methods |
---|---|---|
IApplicationBuilder | ⬇️ | UseBasicAuthentication , UseDigestAccessAuthentication , UseHmacAuthentication |
IServiceCollection | ⬇️ | AddInMemoryDigestAuthenticationNonceTracker |
Classes
ApplicationBuilderExtensions
Extension methods for the IApplicationBuilder interface.
AuthenticationBuilderExtensions
Extension methods for the AuthenticationBuilder class.
AuthorizationResponseHandler
Provides an opinionated implementation of IAuthorizationMiddlewareResultHandler that is optimized to deliver meaningful responses based on HTTP content negotiation.
AuthorizationResponseHandlerOptions
Specifies options that is related to AuthorizationResponseHandler operations.
ServiceCollectionExtensions
Extension methods for the IServiceCollection interface.