AppServiceAuthenticationHandler(ILogger) Constructor

Definition

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

public AppServiceAuthenticationHandler (Microsoft.Owin.Logging.ILogger logger);
new Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationHandler : Microsoft.Owin.Logging.ILogger -> Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationHandler
Public Sub New (logger As ILogger)

Parameters

logger
ILogger

The ILogger to use for logging.

Applies to