GoogleMiddleware Class
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.
An ASP.NET Core middleware for authenticating users using Google OAuth 2.0.
public ref class GoogleMiddleware : Microsoft::AspNetCore::Authentication::OAuth::OAuthMiddleware<Microsoft::AspNetCore::Builder::GoogleOptions ^>
C#
public class GoogleMiddleware : Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware<Microsoft.AspNetCore.Builder.GoogleOptions>
type GoogleMiddleware = class
inherit OAuthMiddleware<GoogleOptions>
Public Class GoogleMiddleware
Inherits OAuthMiddleware(Of GoogleOptions)
- Inheritance
Google |
Initializes a new GoogleMiddleware. |
Authentication |
(Inherited from AuthenticationMiddleware<TOptions>) |
Backchannel | (Inherited from OAuthMiddleware<TOptions>) |
Logger | (Inherited from AuthenticationMiddleware<TOptions>) |
Options | (Inherited from AuthenticationMiddleware<TOptions>) |
Url |
(Inherited from AuthenticationMiddleware<TOptions>) |
Create |
Provides the AuthenticationHandler<TOptions> object for processing authentication-related requests. |
Invoke(Http |
(Inherited from AuthenticationMiddleware<TOptions>) |
Produkt | Versiounen |
---|---|
ASP.NET Core | 1.0, 1.1 |