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
config
Type: System.Web.Http.HttpConfigurationThe HttpConfiguration associated with this instance.
tokenHandler
Type: Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandlerThe IServiceTokenHandler associated with this instance.
See Also
TwitterLoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top