OpenIdConnectAuthenticationMiddleware Constructor (OwinMiddleware, IAppBuilder, OpenIdConnectAuthenticationOptions)

 

Initializes a OpenIdConnectAuthenticationMiddleware

Namespace:   Microsoft.Owin.Security.OpenIdConnect
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

Syntax

public OpenIdConnectAuthenticationMiddleware(
    OwinMiddleware next,
    IAppBuilder app,
    OpenIdConnectAuthenticationOptions options
)
public:
OpenIdConnectAuthenticationMiddleware(
    OwinMiddleware^ next,
    IAppBuilder^ app,
    OpenIdConnectAuthenticationOptions^ options
)
new : 
        next:OwinMiddleware *
        app:IAppBuilder *
        options:OpenIdConnectAuthenticationOptions -> OpenIdConnectAuthenticationMiddleware
Public Sub New (
    next As OwinMiddleware,
    app As IAppBuilder,
    options As OpenIdConnectAuthenticationOptions
)

Parameters

  • app
    Type: Owin.IAppBuilder

    The OWIN application

See Also

OpenIdConnectAuthenticationMiddleware Class
Microsoft.Owin.Security.OpenIdConnect Namespace

Return to top