TwitterMiddleware Classe

Definizione

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

Costruttori

TwitterMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<TwitterOptions>)

Inizializza un oggetto TwitterMiddleware

Proprietà

AuthenticationScheme

ASP.NET Core middleware per l'autenticazione degli utenti tramite Twitter.

(Ereditato da AuthenticationMiddleware<TOptions>)
Logger

ASP.NET Core middleware per l'autenticazione degli utenti tramite Twitter.

(Ereditato da AuthenticationMiddleware<TOptions>)
Options

ASP.NET Core middleware per l'autenticazione degli utenti tramite Twitter.

(Ereditato da AuthenticationMiddleware<TOptions>)
UrlEncoder

ASP.NET Core middleware per l'autenticazione degli utenti tramite Twitter.

(Ereditato da AuthenticationMiddleware<TOptions>)

Metodi

CreateHandler()

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

Invoke(HttpContext)

ASP.NET Core middleware per l'autenticazione degli utenti tramite Twitter.

(Ereditato da AuthenticationMiddleware<TOptions>)

Si applica a