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

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

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

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

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

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

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

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

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

Metody

CreateHandler()

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

Invoke(HttpContext)

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

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

Platí pro