OAuthMiddleware<TOptions>.CreateHandler メソッド

定義

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

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<TOptions> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<TOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<'Options (requires 'Options :> Microsoft.AspNetCore.Builder.OAuthOptions and 'Options : (new : unit -> 'Options))>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of TOptions)

戻り値

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

適用対象