FacebookLoginProvider Constructor (HttpConfiguration^, IServiceTokenHandler^)
Initializes a new instance of the FacebookLoginProvider class with a given tokenHandler.
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.
Show: