Table of Contents

Class CurrentUserMiddleware

Namespace
KadicAuth.Api.Middleware
Assembly
KadicAuth.Api.dll
public class CurrentUserMiddleware
Inheritance
object
CurrentUserMiddleware

Constructors

CurrentUserMiddleware(RequestDelegate)

public CurrentUserMiddleware(RequestDelegate next)

Parameters

next RequestDelegate

Methods

Invoke(HttpContext, CurrentUser)

public Task Invoke(HttpContext context, CurrentUser currentUser)

Parameters

context HttpContext
currentUser CurrentUser

Returns

Task