Compartir a través de


FacebookAuthenticationMiddleware Constructor (OwinMiddleware, IAppBuilder, FacebookAuthenticationOptions)

 

Initializes a FacebookAuthenticationMiddleware

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

Syntax

public FacebookAuthenticationMiddleware(
    OwinMiddleware next,
    IAppBuilder app,
    FacebookAuthenticationOptions options
)
public:
FacebookAuthenticationMiddleware(
    OwinMiddleware^ next,
    IAppBuilder^ app,
    FacebookAuthenticationOptions^ options
)
new : 
        next:OwinMiddleware *
        app:IAppBuilder *
        options:FacebookAuthenticationOptions -> FacebookAuthenticationMiddleware
Public Sub New (
    next As OwinMiddleware,
    app As IAppBuilder,
    options As FacebookAuthenticationOptions
)

Parameters

  • app
    Type: Owin.IAppBuilder

    The OWIN application

See Also

FacebookAuthenticationMiddleware Class
Microsoft.Owin.Security.Facebook Namespace

Return to top