public static IAppBuilder UseCompositeAuthentication(this IAppBuilder app, CompositionAuthenticationOptions options)
 {
     return app.Use(typeof(CompositeAuthenticationMiddleware), app, options);
 }
Esempio n. 2
0
 public static IAppBuilder UseCompositeAuthentication(this IAppBuilder app, CompositionAuthenticationOptions options)
 {
     return(app.Use(typeof(CompositeAuthenticationMiddleware), app, options));
 }