dotnet-core/release-notes/3.0/api-diff/Asp.Net/3.0.0_Microsoft.AspNetCore.Authentication.Google.md
2019-10-10 13:57:00 -07:00

607 B

Microsoft.AspNetCore.Authentication.Google

 {
     namespace Microsoft.AspNetCore.Authentication.Google {
-        public static class GoogleHelper {
 {
-            public static string GetEmail(JObject user);

-        }
     }
-    namespace Microsoft.AspNetCore.Builder {
 {
-        public static class GoogleAppBuilderExtensions {
 {
-            public static IApplicationBuilder UseGoogleAuthentication(this IApplicationBuilder app);

-            public static IApplicationBuilder UseGoogleAuthentication(this IApplicationBuilder app, GoogleOptions options);

-        }
-    }
 }