How will google oauth migration affect OAuthWebSecurity.RegisterGoogleClient?

I appreciate the use of Microsoft in OAUTH shells, especially looking at OAuthWebSecurity.RegisterGoogleClient, which is included in .net 4.5. Looking at the documentation from Google, they post a series of deviations for various oauth methods ( https://developers.google.com/+/api/auth-migration#timetable )

I am a little confused, but I can’t figure out what Microsoft’s method is used to know if I install a piece of code that can break very quickly.

  OAuthWebSecurity.RegisterGoogleClient();

Microsoft documentation is a bit vague - http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&l=EN-US&k=k(Microsoft.Web.WebPages.OAuth.OAuthWebSecurity.RegisterGoogleClient);k(RegisterGoogleClient)k ;; (TargetFrameworkMoniker-.NETFramework, Version% 3Dv4.5); k (DevLang-csharp) & rd = true

Thanks Aaron

+4
source share

Source: https://habr.com/ru/post/1532372/


All Articles