LoginProvider(IServiceTokenHandler) Constructor

Definition

Initializes a new instance of the LoginProvider with a given tokenHandler for processing tokens.

protected LoginProvider (Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler tokenHandler);
new Microsoft.WindowsAzure.Mobile.Service.Security.LoginProvider : Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler -> Microsoft.WindowsAzure.Mobile.Service.Security.LoginProvider
Protected Sub New (tokenHandler As IServiceTokenHandler)

Parameters

tokenHandler
IServiceTokenHandler

The IServiceTokenHandler for processing tokens.

Applies to