次の方法で共有


FacebookMiddleware.CreateHandler メソッド

定義

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

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

戻り値

AuthenticationHandler<TOptions>コンストラクターに提供される をFacebookOptions使用して構成された 。

適用対象