GoogleMiddleware Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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>) |