Microsoft.AspNetCore.Authentication.Google Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that enable support for Google OAuth based authentication.
Classes
GoogleChallengeProperties |
AuthenticationProperties for a Google OAuth challenge. |
GoogleDefaults |
Default values for Google authentication |
GoogleHandler |
Authentication handler for Google's OAuth based authentication. |
GoogleHelper |
Contains static methods that allow to extract user's information from a Newtonsoft.Json.Linq.JObject instance retrieved from Google after a successful authentication process. |
GoogleMiddleware |
An ASP.NET Core middleware for authenticating users using Google OAuth 2.0. |
GoogleOptions |
Configuration options for GoogleHandler. |
Remarks
For more information about using Google authentication, see Facebook, Google, and external provider authentication in ASP.NET Core.