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