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
next
Type: Microsoft.Owin.OwinMiddlewareThe next middleware in the OWIN pipeline to invoke
app
Type: Owin.IAppBuilderThe OWIN application
options
Type: Microsoft.Owin.Security.Facebook.FacebookAuthenticationOptionsConfiguration options for the middleware
See Also
FacebookAuthenticationMiddleware Class
Microsoft.Owin.Security.Facebook Namespace
Return to top