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
next
Type: Microsoft.Owin.OwinMiddlewareThe next middleware in the OWIN pipeline to invoke
app
Type: Owin.IAppBuilderThe OWIN application
options
Type: Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationOptionsConfiguration options for the middleware
See Also
OpenIdConnectAuthenticationMiddleware Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top