FacebookMiddleware Class

Definition

An ASP.NET Core middleware for authenticating users using 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)
Inheritance

Constructors

FacebookMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<FacebookOptions>)

Initializes a new FacebookMiddleware.

Properties

AuthenticationScheme (Inherited from AuthenticationMiddleware<TOptions>)
Backchannel (Inherited from OAuthMiddleware<TOptions>)
Logger (Inherited from AuthenticationMiddleware<TOptions>)
Options (Inherited from AuthenticationMiddleware<TOptions>)
UrlEncoder (Inherited from AuthenticationMiddleware<TOptions>)

Methods

CreateHandler()

Provides the AuthenticationHandler<TOptions> object for processing authentication-related requests.

Invoke(HttpContext) (Inherited from AuthenticationMiddleware<TOptions>)

Applies to