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