FacebookMiddleware Klasse
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.
Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Facebook.
public ref class FacebookMiddleware : Microsoft::AspNetCore::Authentication::OAuth::OAuthMiddleware<Microsoft::AspNetCore::Builder::FacebookOptions ^>
public class FacebookMiddleware : Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware<Microsoft.AspNetCore.Builder.FacebookOptions>
type FacebookMiddleware = class
inherit OAuthMiddleware<FacebookOptions>
Public Class FacebookMiddleware
Inherits OAuthMiddleware(Of FacebookOptions)
- Vererbung
Konstruktoren
FacebookMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<FacebookOptions>) |
Initialisiert eine neue FacebookMiddleware. |
Eigenschaften
AuthenticationScheme |
Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Facebook. (Geerbt von AuthenticationMiddleware<TOptions>) |
Backchannel |
Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Facebook. (Geerbt von OAuthMiddleware<TOptions>) |
Logger |
Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Facebook. (Geerbt von AuthenticationMiddleware<TOptions>) |
Options |
Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Facebook. (Geerbt von AuthenticationMiddleware<TOptions>) |
UrlEncoder |
Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Facebook. (Geerbt von AuthenticationMiddleware<TOptions>) |
Methoden
CreateHandler() |
Stellt das -Objekt für die AuthenticationHandler<TOptions> Verarbeitung authentifizierungsbezogener Anforderungen bereit. |
Invoke(HttpContext) |
Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mit Facebook. (Geerbt von AuthenticationMiddleware<TOptions>) |