MobileAppAuthenticationHandler Constructor (ILogger, IMobileAppTokenHandler)

 

Initializes a new instance of the MobileAppAuthenticationHandler class with the given logger.

Namespace:   Microsoft.Azure.Mobile.Server.Authentication
Assembly:  Microsoft.Azure.Mobile.Server.Authentication (in Microsoft.Azure.Mobile.Server.Authentication.dll)

Syntax

public MobileAppAuthenticationHandler(
    ILogger logger,
    IMobileAppTokenHandler tokenHandler
)
public:
MobileAppAuthenticationHandler(
    ILogger^ logger,
    IMobileAppTokenHandler^ tokenHandler
)
new : 
        logger:ILogger *
        tokenHandler:IMobileAppTokenHandler -> MobileAppAuthenticationHandler
Public Sub New (
    logger As ILogger,
    tokenHandler As IMobileAppTokenHandler
)

Parameters

See Also

MobileAppAuthenticationHandler Class
Microsoft.Azure.Mobile.Server.Authentication Namespace

Return to top