TwitterMiddleware.CreateHandler メソッド

定義

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

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::TwitterOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.TwitterOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.TwitterOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of TwitterOptions)

戻り値

AuthenticationHandler<TOptions>コンストラクターに指定された をTwitterOptions使用して構成された 。

適用対象