public static IAppBuilder UseCompositeAuthentication(this IAppBuilder app, CompositionAuthenticationOptions options)
 {
     return app.Use(typeof(CompositeAuthenticationMiddleware), app, options);
 }
Пример #2
0
 public static IAppBuilder UseCompositeAuthentication(this IAppBuilder app, CompositionAuthenticationOptions options)
 {
     return(app.Use(typeof(CompositeAuthenticationMiddleware), app, options));
 }