共用方式為


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 提供給建構函式的 。

適用於