GoogleAuthenticationMiddleware Constructor
Initializes a GoogleAuthenticationMiddleware
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
'Declaration
Public Sub New ( _
next As OwinMiddleware, _
app As IAppBuilder, _
options As GoogleAuthenticationOptions _
)
'Usage
Dim next As OwinMiddleware
Dim app As IAppBuilder
Dim options As GoogleAuthenticationOptions
Dim instance As New GoogleAuthenticationMiddleware(next, app, _
options)
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 function GoogleAuthenticationMiddleware(
next : OwinMiddleware,
app : IAppBuilder,
options : GoogleAuthenticationOptions
)
Parameters
- next
Type: Microsoft.Owin.OwinMiddleware
The next middleware in the OWIN pipeline to invoke
- app
Type: IAppBuilder
The OWIN application
- options
Type: Microsoft.Owin.Security.Google.GoogleAuthenticationOptions
Configuration options for the middleware