MicrosoftAccountLoginProvider Constructor (HttpConfiguration, IServiceTokenHandler)
Initializes a new instance of the MicrosoftAccountLoginProvider class with a given tokenHandler.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public MicrosoftAccountLoginProvider(
HttpConfiguration config,
IServiceTokenHandler tokenHandler
)
public:
MicrosoftAccountLoginProvider(
HttpConfiguration^ config,
IServiceTokenHandler^ tokenHandler
)
new :
config:HttpConfiguration *
tokenHandler:IServiceTokenHandler -> MicrosoftAccountLoginProvider
Public Sub New (
config As HttpConfiguration,
tokenHandler As IServiceTokenHandler
)
Parameters
config
Type: System.Web.Http.HttpConfigurationThe HttpConfiguration associated with this instance.
tokenHandler
Type: Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandlerThe IServiceTokenHandler associated with this instance.
See Also
MicrosoftAccountLoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top