AppServiceAuthenticationMiddleware Constructor

Definition

Initializes a new instance of the AppServiceAuthenticationMiddleware class.

public AppServiceAuthenticationMiddleware (Microsoft.Owin.OwinMiddleware next, Owin.IAppBuilder appBuilder, Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions options);
new Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationMiddleware : Microsoft.Owin.OwinMiddleware * Owin.IAppBuilder * Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions -> Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationMiddleware
Public Sub New (next As OwinMiddleware, appBuilder As IAppBuilder, options As AppServiceAuthenticationOptions)

Parameters

appBuilder
Owin.IAppBuilder

The Owin.IAppBuilder to configure.

options
AppServiceAuthenticationOptions

The options for this middleware.

Applies to