TwitterMiddleware クラス

定義

Twitter を使用してユーザーを認証するためのミドルウェアを ASP.NET Coreします。

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

Twitter を使用してユーザーを認証するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)
Logger

Twitter を使用してユーザーを認証するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)
Options

Twitter を使用してユーザーを認証するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)
UrlEncoder

Twitter を使用してユーザーを認証するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)

メソッド

CreateHandler()

認証関連の AuthenticationHandler<TOptions> 要求を処理するための オブジェクトを提供します。

Invoke(HttpContext)

Twitter を使用してユーザーを認証するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)

適用対象