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
logger
Type: Microsoft.Owin.Logging.ILoggerThe ILogger to use for logging.
tokenHandler
Type: Microsoft.Azure.Mobile.Server.Authentication.IMobileAppTokenHandlerThe IMobileAppTokenHandler to use.
See Also
MobileAppAuthenticationHandler Class
Microsoft.Azure.Mobile.Server.Authentication Namespace
Return to top