GoogleAuthenticationMiddleware Constructor

Initializes a new instance of the GoogleAuthenticationMiddleware class.

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

  • app
    Type: IAppBuilder
    The application builder.

See Also

Reference

GoogleAuthenticationMiddleware Class

Microsoft.Owin.Security.Google Namespace