TwitterMiddleware 類別

定義

ASP.NET Core中介軟體,以使用 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)
繼承

建構函式

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

初始化 TwitterMiddleware

屬性

AuthenticationScheme

ASP.NET Core中介軟體,以使用 Twitter 驗證使用者。

(繼承來源 AuthenticationMiddleware<TOptions>)
Logger

ASP.NET Core中介軟體,以使用 Twitter 驗證使用者。

(繼承來源 AuthenticationMiddleware<TOptions>)
Options

ASP.NET Core中介軟體,以使用 Twitter 驗證使用者。

(繼承來源 AuthenticationMiddleware<TOptions>)
UrlEncoder

ASP.NET Core中介軟體,以使用 Twitter 驗證使用者。

(繼承來源 AuthenticationMiddleware<TOptions>)

方法

CreateHandler()

AuthenticationHandler<TOptions>提供 物件來處理驗證相關要求。

Invoke(HttpContext)

ASP.NET Core中介軟體,以使用 Twitter 驗證使用者。

(繼承來源 AuthenticationMiddleware<TOptions>)

適用於