GoogleMiddleware Classe

Definizione

Middleware ASP.NET Core per l'autenticazione degli utenti tramite 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)
Ereditarietà

Costruttori

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

Inizializza un nuovo oggetto GoogleMiddleware.

Proprietà

AuthenticationScheme

Middleware ASP.NET Core per l'autenticazione degli utenti tramite Google OAuth 2.0.

(Ereditato da AuthenticationMiddleware<TOptions>)
Backchannel

Middleware ASP.NET Core per l'autenticazione degli utenti tramite Google OAuth 2.0.

(Ereditato da OAuthMiddleware<TOptions>)
Logger

Middleware ASP.NET Core per l'autenticazione degli utenti tramite Google OAuth 2.0.

(Ereditato da AuthenticationMiddleware<TOptions>)
Options

Middleware ASP.NET Core per l'autenticazione degli utenti tramite Google OAuth 2.0.

(Ereditato da AuthenticationMiddleware<TOptions>)
UrlEncoder

Middleware ASP.NET Core per l'autenticazione degli utenti tramite Google OAuth 2.0.

(Ereditato da AuthenticationMiddleware<TOptions>)

Metodi

CreateHandler()

Fornisce l'oggetto per l'elaborazione AuthenticationHandler<TOptions> delle richieste correlate all'autenticazione.

Invoke(HttpContext)

Middleware ASP.NET Core per l'autenticazione degli utenti tramite Google OAuth 2.0.

(Ereditato da AuthenticationMiddleware<TOptions>)

Si applica a