GoogleAppBuilderExtensions クラス

定義

HTTP アプリケーション パイプラインに Google 認証機能を追加するための拡張メソッド。

public ref class GoogleAppBuilderExtensions abstract sealed
public static class GoogleAppBuilderExtensions
type GoogleAppBuilderExtensions = class
Public Module GoogleAppBuilderExtensions
継承
GoogleAppBuilderExtensions

メソッド

UseGoogleAuthentication(IApplicationBuilder)
古い.

UseGoogleAuthentication は廃止されました。 AddAuthentication() を使用して Google 認証を構成します。ConfigureServices の AddGoogle。 詳細については、 https://go.microsoft.com/fwlink/?linkid=845470 をご覧ください。

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)
古い.

UseGoogleAuthentication は廃止されました。 AddAuthentication() を使用して Google 認証を構成します。ConfigureServices の AddGoogle。 詳細については、 https://go.microsoft.com/fwlink/?linkid=845470 をご覧ください。

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)

指定した GoogleMiddlewareIApplicationBuilderにミドルウェアを追加します。これにより、Google 認証機能が有効になります。

適用対象