TwitterMiddleware 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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>) |
屬性
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>) |