コード例 #1
0
 public static IAppBuilder UseClaveAuthentication(this IAppBuilder app, ClaveAuthenticationOptions options)
 {
     return(app.Use(typeof(ClaveAuthenticationMiddleware), app, options));
 }
コード例 #2
0
 public static IAppBuilder UseClaveAuthentication(this IAppBuilder app, ClaveAuthenticationOptions options)
 {
     return app.Use(typeof(ClaveAuthenticationMiddleware), app, options);
 }