MicrosoftAccountLoginProvider(HttpConfiguration, IServiceTokenHandler) Constructor

Definition

Initializes a new instance of the MicrosoftAccountLoginProvider class with a given tokenHandler.

public MicrosoftAccountLoginProvider (System.Web.Http.HttpConfiguration config, Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler tokenHandler);
new Microsoft.WindowsAzure.Mobile.Service.Security.Providers.MicrosoftAccountLoginProvider : System.Web.Http.HttpConfiguration * Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler -> Microsoft.WindowsAzure.Mobile.Service.Security.Providers.MicrosoftAccountLoginProvider
Public Sub New (config As HttpConfiguration, tokenHandler As IServiceTokenHandler)

Parameters

config
System.Web.Http.HttpConfiguration

The System.Web.Http.HttpConfiguration associated with this instance.

tokenHandler
IServiceTokenHandler

The IServiceTokenHandler associated with this instance.

Applies to