这可能是一个愚蠢的问题,但我没有在互联网上找到答案。我看到以下代码为MVC5和oAuth
app.UseFacebookAuthentication app.UseGoogleAuthentication();
但是,我在调试器中看不到任何名为UseGoogleAuthentication的方法。我确实在Katana代码中的AppBuilder上看到了一个“使用”方法。那么发生了什么?从这个“app.UseGoogleAuthentication();”神秘方法即将来临?我确信我错过了一些惯例,但它是什么?
提前致谢
答案 0 :(得分:4)
这是一种扩展方法,一旦安装了Microsoft.Owin.Security.Google Nuget包,它就会显示出来。
答案 1 :(得分:0)
以下是命令
Install-Package Microsoft.Owin.Security.Google
。
网址为https://www.nuget.org/packages/Microsoft.Owin.Security.Google/