Authentication filters to apply. These are chained, meaning only one of the filters registered needs to authenticate a user to for the request to be authenticated.
Authorizers to apply. These are chained, meaning only one of the authorizers registered needs to authorise a user against a role for the request to be authorized.
Error interceptors to use. Multiple interceptors can be registered against one endpoint/controller, however only the first interceptor registered will be invoked.
Add an authentication filter.
The filter to add.
Adds an error interceptor.
The interceptor to add.
Holds all the middleware that will be applied to incoming HTTP requests before or after calling endpoint methods.