FacebookAuthenticationOptionsExtensions.AddFacebook Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
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
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- 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
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- 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
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- authenticationScheme
- String
Schéma d'authentification.
- displayName
- String
Nom complet du gestionnaire d’authentification.
- configureOptions
- Action<FacebookOptions>
Délégué pour configurer FacebookOptions.