GoogleMiddleware.CreateHandler メソッド

定義

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

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

戻り値

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

適用対象