Does ASP.Net MVC's OAuthWebSecurity for Google use Google's OAuth 2.0 for authentication? ASP.Net MVC's OAuthWebSecurity for Google does not have ability to enter key or secret like Facebook and Twitter clients. Likewise, no token is returned from a successful Google authentication. Why is Google client different from Facebook and Twitter clients?
Is ASP.Net MVC's OAuthWebSecurity for Google using Google Plus, or some other approach for Google authentication?
Thanks.