FacebookAuthenticationOptionsExtensions.AddFacebook メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddFacebook(AuthenticationBuilder) |
既定のスキームを使用して、Facebook OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。 Facebook 認証を使用すると、アプリケーション ユーザーは自分の Facebook アカウントでサインインできます。 |
AddFacebook(AuthenticationBuilder, Action<FacebookOptions>) |
既定のスキームを使用して、Facebook OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。 Facebook 認証を使用すると、アプリケーション ユーザーは自分の Facebook アカウントでサインインできます。 |
AddFacebook(AuthenticationBuilder, String, Action<FacebookOptions>) |
既定のスキームを使用して、Facebook OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。 Facebook 認証を使用すると、アプリケーション ユーザーは自分の Facebook アカウントでサインインできます。 |
AddFacebook(AuthenticationBuilder, String, String, Action<FacebookOptions>) |
既定のスキームを使用して、Facebook OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。 Facebook 認証を使用すると、アプリケーション ユーザーは自分の Facebook アカウントでサインインできます。 |
AddFacebook(AuthenticationBuilder)
既定のスキームを使用して、Facebook OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。
Facebook 認証を使用すると、アプリケーション ユーザーは自分の Facebook アカウントでサインインできます。
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddFacebook (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddFacebook : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddFacebook (builder As AuthenticationBuilder) As AuthenticationBuilder
パラメーター
戻り値
操作が完了した後の への builder
参照。
適用対象
AddFacebook(AuthenticationBuilder, Action<FacebookOptions>)
既定のスキームを使用して、Facebook OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。
Facebook 認証を使用すると、アプリケーション ユーザーは自分の Facebook アカウントでサインインできます。
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddFacebook (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Facebook.FacebookOptions> configureOptions);
static member AddFacebook : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.Facebook.FacebookOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddFacebook (builder As AuthenticationBuilder, configureOptions As Action(Of FacebookOptions)) As AuthenticationBuilder
パラメーター
- configureOptions
- Action<FacebookOptions>
を構成 FacebookOptionsするデリゲート。
戻り値
操作が完了した後の への builder
参照。
適用対象
AddFacebook(AuthenticationBuilder, String, Action<FacebookOptions>)
既定のスキームを使用して、Facebook OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。
Facebook 認証を使用すると、アプリケーション ユーザーは自分の Facebook アカウントでサインインできます。
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddFacebook (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.Facebook.FacebookOptions> configureOptions);
static member AddFacebook : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.Facebook.FacebookOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddFacebook (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of FacebookOptions)) As AuthenticationBuilder
パラメーター
- authenticationScheme
- String
認証スキームです。
- configureOptions
- Action<FacebookOptions>
を構成 FacebookOptionsするデリゲート。
戻り値
操作が完了した後の への builder
参照。
適用対象
AddFacebook(AuthenticationBuilder, String, String, Action<FacebookOptions>)
既定のスキームを使用して、Facebook OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。
Facebook 認証を使用すると、アプリケーション ユーザーは自分の Facebook アカウントでサインインできます。
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddFacebook (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.Facebook.FacebookOptions> configureOptions);
static member AddFacebook : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.Facebook.FacebookOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddFacebook (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of FacebookOptions)) As AuthenticationBuilder
パラメーター
- authenticationScheme
- String
認証スキームです。
- displayName
- String
認証ハンドラーの表示名。
- configureOptions
- Action<FacebookOptions>
を構成 FacebookOptionsするデリゲート。