Share via


LoginProvider Constructor (IServiceTokenHandler)

 

Initializes a new instance of the LoginProvider with a given tokenHandler for processing tokens.

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

Syntax

protected LoginProvider(
    IServiceTokenHandler tokenHandler
)
protected:
LoginProvider(
    IServiceTokenHandler^ tokenHandler
)
new : 
        tokenHandler:IServiceTokenHandler -> LoginProvider
Protected Sub New (
    tokenHandler As IServiceTokenHandler
)

Parameters

See Also

LoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top