GoogleMiddleware Classe

Definição

Um middleware ASP.NET Core para autenticar usuários usando o 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)
Herança

Construtores

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

Inicializa um novo GoogleMiddleware.

Propriedades

AuthenticationScheme

Um middleware ASP.NET Core para autenticar usuários usando o Google OAuth 2.0.

(Herdado de AuthenticationMiddleware<TOptions>)
Backchannel

Um middleware ASP.NET Core para autenticar usuários usando o Google OAuth 2.0.

(Herdado de OAuthMiddleware<TOptions>)
Logger

Um middleware ASP.NET Core para autenticar usuários usando o Google OAuth 2.0.

(Herdado de AuthenticationMiddleware<TOptions>)
Options

Um middleware ASP.NET Core para autenticar usuários usando o Google OAuth 2.0.

(Herdado de AuthenticationMiddleware<TOptions>)
UrlEncoder

Um middleware ASP.NET Core para autenticar usuários usando o Google OAuth 2.0.

(Herdado de AuthenticationMiddleware<TOptions>)

Métodos

CreateHandler()

Fornece o AuthenticationHandler<TOptions> objeto para processar solicitações relacionadas à autenticação.

Invoke(HttpContext)

Um middleware ASP.NET Core para autenticar usuários usando o Google OAuth 2.0.

(Herdado de AuthenticationMiddleware<TOptions>)

Aplica-se a