OpenIdConnectAuthenticationHandler Constructor (ILogger)
Creates a new OpenIdConnectAuthenticationHandler
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public OpenIdConnectAuthenticationHandler(
ILogger logger
)
public:
OpenIdConnectAuthenticationHandler(
ILogger^ logger
)
new :
logger:ILogger -> OpenIdConnectAuthenticationHandler
Public Sub New (
logger As ILogger
)
Parameters
- logger
Type: Microsoft.Owin.Logging.ILogger
See Also
OpenIdConnectAuthenticationHandler Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top