Partager via


FacebookAuthenticationOptionsExtensions.AddFacebook Méthode

Définition

Surcharges

AddFacebook(AuthenticationBuilder)

Ajoute l’authentification basée sur OAuth facebook à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Facebook permet aux utilisateurs de l’application de se connecter avec leur compte Facebook.

AddFacebook(AuthenticationBuilder, Action<FacebookOptions>)

Ajoute l’authentification basée sur OAuth facebook à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Facebook permet aux utilisateurs de l’application de se connecter avec leur compte Facebook.

AddFacebook(AuthenticationBuilder, String, Action<FacebookOptions>)

Ajoute l’authentification basée sur OAuth facebook à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Facebook permet aux utilisateurs de l’application de se connecter avec leur compte Facebook.

AddFacebook(AuthenticationBuilder, String, String, Action<FacebookOptions>)

Ajoute l’authentification basée sur OAuth facebook à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Facebook permet aux utilisateurs de l’application de se connecter avec leur compte Facebook.

AddFacebook(AuthenticationBuilder)

Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs

Ajoute l’authentification basée sur OAuth facebook à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Facebook permet aux utilisateurs de l’application de se connecter avec leur compte 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

Paramètres

Retours

Référence à builder une fois l’opération terminée.

S’applique à

AddFacebook(AuthenticationBuilder, Action<FacebookOptions>)

Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs

Ajoute l’authentification basée sur OAuth facebook à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Facebook permet aux utilisateurs de l’application de se connecter avec leur compte 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

Paramètres

configureOptions
Action<FacebookOptions>

Délégué pour configurer FacebookOptions.

Retours

Référence à builder une fois l’opération terminée.

S’applique à

AddFacebook(AuthenticationBuilder, String, Action<FacebookOptions>)

Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs

Ajoute l’authentification basée sur OAuth facebook à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Facebook permet aux utilisateurs de l’application de se connecter avec leur compte 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

Paramètres

authenticationScheme
String

Schéma d'authentification.

configureOptions
Action<FacebookOptions>

Délégué pour configurer FacebookOptions.

Retours

Référence à builder une fois l’opération terminée.

S’applique à

AddFacebook(AuthenticationBuilder, String, String, Action<FacebookOptions>)

Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs
Source:
FacebookExtensions.cs

Ajoute l’authentification basée sur OAuth facebook à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Facebook permet aux utilisateurs de l’application de se connecter avec leur compte 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

Paramètres

authenticationScheme
String

Schéma d'authentification.

displayName
String

Nom complet du gestionnaire d’authentification.

configureOptions
Action<FacebookOptions>

Délégué pour configurer FacebookOptions.

Retours

S’applique à