InvokeAsync Method
Definition
- Namespace
- Cuemon.AspNetCore.Authentication.Basic
- Assemblies
- Cuemon.AspNetCore.Authentication.dll
InvokeAsync(HttpContext)
Executes the BasicAuthenticationMiddleware.
public override Task InvokeAsync(HttpContext context)
Parameters
contextHttpContextThe context of the current request.
Returns
- Task
A task that represents the execution of this middleware.