Share via


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

  • app
    Type: Owin.IAppBuilder

    The OWIN application

See Also

GoogleAuthenticationMiddleware Class
Microsoft.Owin.Security.Google Namespace

Return to top