FacebookAuthenticationOptionsExtensions.AddFacebook Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddFacebook(AuthenticationBuilder) |
Fügt die auf Facebook OAuth basierende Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben. Die Facebook-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Facebook-Konto anzumelden. |
AddFacebook(AuthenticationBuilder, Action<FacebookOptions>) |
Fügt die auf Facebook OAuth basierende Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben. Die Facebook-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Facebook-Konto anzumelden. |
AddFacebook(AuthenticationBuilder, String, Action<FacebookOptions>) |
Fügt die auf Facebook OAuth basierende Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben. Die Facebook-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Facebook-Konto anzumelden. |
AddFacebook(AuthenticationBuilder, String, String, Action<FacebookOptions>) |
Fügt die auf Facebook OAuth basierende Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben. Die Facebook-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Facebook-Konto anzumelden. |
AddFacebook(AuthenticationBuilder)
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
Fügt die auf Facebook OAuth basierende Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.
Die Facebook-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Facebook-Konto anzumelden.
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
Parameter
- builder
- AuthenticationBuilder
Gibt zurück
Ein Verweis auf, builder
nachdem der Vorgang abgeschlossen wurde.
Gilt für:
AddFacebook(AuthenticationBuilder, Action<FacebookOptions>)
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
Fügt die auf Facebook OAuth basierende Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.
Die Facebook-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Facebook-Konto anzumelden.
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
Parameter
- builder
- AuthenticationBuilder
- configureOptions
- Action<FacebookOptions>
Ein Delegat zum Konfigurieren FacebookOptionsvon .
Gibt zurück
Ein Verweis auf, builder
nachdem der Vorgang abgeschlossen wurde.
Gilt für:
AddFacebook(AuthenticationBuilder, String, Action<FacebookOptions>)
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
Fügt die auf Facebook OAuth basierende Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.
Die Facebook-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Facebook-Konto anzumelden.
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
Parameter
- builder
- AuthenticationBuilder
- authenticationScheme
- String
Das Authentifizierungsschema.
- configureOptions
- Action<FacebookOptions>
Ein Delegat zum Konfigurieren FacebookOptionsvon .
Gibt zurück
Ein Verweis auf, builder
nachdem der Vorgang abgeschlossen wurde.
Gilt für:
AddFacebook(AuthenticationBuilder, String, String, Action<FacebookOptions>)
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
- Quelle:
- FacebookExtensions.cs
Fügt die auf Facebook OAuth basierende Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.
Die Facebook-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Facebook-Konto anzumelden.
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
Parameter
- builder
- AuthenticationBuilder
- authenticationScheme
- String
Das Authentifizierungsschema.
- displayName
- String
Ein Anzeigename für den Authentifizierungshandler.
- configureOptions
- Action<FacebookOptions>
Ein Delegat zum Konfigurieren FacebookOptionsvon .