GoogleLoginProvider.ConfigureMiddleware Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public override void ConfigureMiddleware (Owin.IAppBuilder appBuilder, Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionary settings);
override this.ConfigureMiddleware : Owin.IAppBuilder * Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionary -> unit
Public Overrides Sub ConfigureMiddleware (appBuilder As IAppBuilder, settings As ServiceSettingsDictionary)
Parameters
- appBuilder
- Owin.IAppBuilder
The Owin.IAppBuilder to configure.
- settings
- ServiceSettingsDictionary
The current ServiceSettingsDictionary.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET