TwitterAuthenticationMiddleware Constructor (OwinMiddleware, IAppBuilder, TwitterAuthenticationOptions)
Initializes a TwitterAuthenticationMiddleware
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public TwitterAuthenticationMiddleware(
OwinMiddleware next,
IAppBuilder app,
TwitterAuthenticationOptions options
)
public:
TwitterAuthenticationMiddleware(
OwinMiddleware^ next,
IAppBuilder^ app,
TwitterAuthenticationOptions^ options
)
new :
next:OwinMiddleware *
app:IAppBuilder *
options:TwitterAuthenticationOptions -> TwitterAuthenticationMiddleware
Public Sub New (
next As OwinMiddleware,
app As IAppBuilder,
options As TwitterAuthenticationOptions
)
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.Twitter.TwitterAuthenticationOptionsConfiguration options for the middleware
See Also
TwitterAuthenticationMiddleware Class
Microsoft.Owin.Security.Twitter Namespace
Return to top