Callback to wire up an authentication middleware

public Action<IApplicationBuilder> AuthenticationMiddleware { get; set; }
Type:
Action<IApplicationBuilder>
In this article