Exemplo n.º 1
0
 public PluginAuthMiddleware(OwinMiddleware next, PluginAuthMiddlewareOptions options) : base(next)
 {
     _logger = options.LoggerFactory(typeof(PluginAuthMiddleware));
 }
Exemplo n.º 2
0
 public PluginAuthMiddleware(OwinMiddleware next, PluginAuthMiddlewareOptions options) : base(next)
 {
     _logger = options.LoggerFactory(typeof (PluginAuthMiddleware));
 }