Kongsi melalui


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

  • app
    Type: Owin.IAppBuilder

    The OWIN application

See Also

GoogleOAuth2AuthenticationMiddleware Class
Microsoft.Owin.Security.Google Namespace

Return to top