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