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>)

适用于