Callback to wire up an authentication middleware
public Action<IApplicationBuilder> AuthenticationMiddleware { get; set; }
- Type:
- Action<IApplicationBuilder>
Callback to wire up an authentication middleware
public Action<IApplicationBuilder> AuthenticationMiddleware { get; set; }