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