TwitterMiddleware Třída

Definice

ASP.NET Core middleware pro ověřování uživatelů pomocí Twitteru.

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)
Dědičnost

Konstruktory

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

Inicializuje objekt TwitterMiddleware.

Vlastnosti

AuthenticationScheme (Zděděno od AuthenticationMiddleware<TOptions>)
Logger (Zděděno od AuthenticationMiddleware<TOptions>)
Options (Zděděno od AuthenticationMiddleware<TOptions>)
UrlEncoder (Zděděno od AuthenticationMiddleware<TOptions>)

Metody

CreateHandler()

Poskytuje AuthenticationHandler<TOptions> objekt pro zpracování požadavků souvisejících s ověřováním.

Invoke(HttpContext) (Zděděno od AuthenticationMiddleware<TOptions>)

Platí pro