ILoginProvider.ConfigureMiddleware Method (IAppBuilder, ServiceSettingsDictionary)
Configures this module for participation in the OWIN application pipeline. The module should be configured as passive so as only to participate in the mobile service authentication process when requested by the LoginController.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
void ConfigureMiddleware(
IAppBuilder appBuilder,
ServiceSettingsDictionary settings
)
void ConfigureMiddleware(
IAppBuilder^ appBuilder,
ServiceSettingsDictionary^ settings
)
abstract ConfigureMiddleware :
appBuilder:IAppBuilder *
settings:ServiceSettingsDictionary -> unit
Sub ConfigureMiddleware (
appBuilder As IAppBuilder,
settings As ServiceSettingsDictionary
)
Parameters
appBuilder
Type: Owin.IAppBuilderThe IAppBuilder to configure.
settings
Type: Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionaryThe current ServiceSettingsDictionary.
See Also
ILoginProvider Interface
Microsoft.WindowsAzure.Mobile.Service.Security Namespace
Return to top