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