GoogleMiddleware Klasse

Definition

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Google OAuth 2.0.

public ref class GoogleMiddleware : Microsoft::AspNetCore::Authentication::OAuth::OAuthMiddleware<Microsoft::AspNetCore::Builder::GoogleOptions ^>
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)
Vererbung

Konstruktoren

GoogleMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<GoogleOptions>)

Initialisiert eine neue GoogleMiddleware.

Eigenschaften

AuthenticationScheme

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Google OAuth 2.0.

(Geerbt von AuthenticationMiddleware<TOptions>)
Backchannel

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Google OAuth 2.0.

(Geerbt von OAuthMiddleware<TOptions>)
Logger

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Google OAuth 2.0.

(Geerbt von AuthenticationMiddleware<TOptions>)
Options

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Google OAuth 2.0.

(Geerbt von AuthenticationMiddleware<TOptions>)
UrlEncoder

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Google OAuth 2.0.

(Geerbt von AuthenticationMiddleware<TOptions>)

Methoden

CreateHandler()

Stellt das -Objekt für die AuthenticationHandler<TOptions> Verarbeitung authentifizierungsbezogener Anforderungen bereit.

Invoke(HttpContext)

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Google OAuth 2.0.

(Geerbt von AuthenticationMiddleware<TOptions>)

Gilt für: