Share via


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)

Syntax

public FacebookLoginProvider(
    HttpConfiguration config,
    IServiceTokenHandler tokenHandler
)
public:
FacebookLoginProvider(
    HttpConfiguration^ config,
    IServiceTokenHandler^ tokenHandler
)
new : 
        config:HttpConfiguration *
        tokenHandler:IServiceTokenHandler -> FacebookLoginProvider
Public Sub New (
    config As HttpConfiguration,
    tokenHandler As IServiceTokenHandler
)

Parameters

See Also

FacebookLoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top