Share via


TwitterLoginProvider Constructor (HttpConfiguration, IServiceTokenHandler)

 

Initializes a new instance of the AzureActiveDirectoryLoginProvider 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 TwitterLoginProvider(
    HttpConfiguration config,
    IServiceTokenHandler tokenHandler
)
public:
TwitterLoginProvider(
    HttpConfiguration^ config,
    IServiceTokenHandler^ tokenHandler
)
new : 
        config:HttpConfiguration *
        tokenHandler:IServiceTokenHandler -> TwitterLoginProvider
Public Sub New (
    config As HttpConfiguration,
    tokenHandler As IServiceTokenHandler
)

Parameters

See Also

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

Return to top