FacebookAuthenticationMiddleware Class

Represents Facebook authentication middleware.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.OwinMiddleware
    Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<FacebookAuthenticationOptions>
      Microsoft.Owin.Security.Facebook.FacebookAuthenticationMiddleware

Namespace:  Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

'Declaration
Public Class FacebookAuthenticationMiddleware _
    Inherits AuthenticationMiddleware(Of FacebookAuthenticationOptions)
'Usage
Dim instance As FacebookAuthenticationMiddleware
public class FacebookAuthenticationMiddleware : AuthenticationMiddleware<FacebookAuthenticationOptions>
public ref class FacebookAuthenticationMiddleware : public AuthenticationMiddleware<FacebookAuthenticationOptions^>
type FacebookAuthenticationMiddleware =  
    class 
        inherit AuthenticationMiddleware<FacebookAuthenticationOptions>
    end
public class FacebookAuthenticationMiddleware extends AuthenticationMiddleware<FacebookAuthenticationOptions>

The FacebookAuthenticationMiddleware type exposes the following members.

Constructors

  Name Description
Public method FacebookAuthenticationMiddleware Initializes a new instance of the FacebookAuthenticationMiddleware class.

Top

Properties

  Name Description
Protected property Next Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.)
Public property Options Gets or sets the authentication options. (Inherited from AuthenticationMiddleware<TOptions>.)

Top

Methods

  Name Description
Protected method CreateHandler Creates an authentication handler. (Overrides AuthenticationMiddleware<TOptions>.CreateHandler().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke (Inherited from AuthenticationMiddleware<TOptions>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Security.Facebook Namespace