FacebookLoginProvider Constructor (HttpConfiguration^, IServiceTokenHandler^)

 

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

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
FacebookLoginProvider(
	HttpConfiguration^ config,
	IServiceTokenHandler^ tokenHandler
)

Parameters

config
Type: System.Web.Http::HttpConfiguration^

The HttpConfiguration associated with this instance.

tokenHandler
Type: Microsoft.WindowsAzure.Mobile.Service.Security::IServiceTokenHandler^

The IServiceTokenHandler associated with this instance.

Return to top
Show: