TwitterMiddleware 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.
ASP.NET Core middleware para autenticar usuários usando o Twitter.
public ref class TwitterMiddleware : Microsoft::AspNetCore::Authentication::AuthenticationMiddleware<Microsoft::AspNetCore::Builder::TwitterOptions ^>
public class TwitterMiddleware : Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<Microsoft.AspNetCore.Builder.TwitterOptions>
type TwitterMiddleware = class
inherit AuthenticationMiddleware<TwitterOptions>
Public Class TwitterMiddleware
Inherits AuthenticationMiddleware(Of TwitterOptions)
- Herança
Construtores
TwitterMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<TwitterOptions>) |
Inicializa um TwitterMiddleware |
Propriedades
AuthenticationScheme |
ASP.NET Core middleware para autenticar usuários usando o Twitter. (Herdado de AuthenticationMiddleware<TOptions>) |
Logger |
ASP.NET Core middleware para autenticar usuários usando o Twitter. (Herdado de AuthenticationMiddleware<TOptions>) |
Options |
ASP.NET Core middleware para autenticar usuários usando o Twitter. (Herdado de AuthenticationMiddleware<TOptions>) |
UrlEncoder |
ASP.NET Core middleware para autenticar usuários usando o Twitter. (Herdado de AuthenticationMiddleware<TOptions>) |
Métodos
CreateHandler() |
Fornece o AuthenticationHandler<TOptions> objeto para processar solicitações relacionadas à autenticação. |
Invoke(HttpContext) |
ASP.NET Core middleware para autenticar usuários usando o Twitter. (Herdado de AuthenticationMiddleware<TOptions>) |