1 instantiation of DeviceBoundSessionJwtValidator
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionHandler.cs (1)
49
_jwtValidator = new
DeviceBoundSessionJwtValidator
(logger.CreateLogger<DeviceBoundSessionJwtValidator>());
4 references to DeviceBoundSessionJwtValidator
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (4)
DeviceBoundSessionHandler.cs (2)
29
private readonly
DeviceBoundSessionJwtValidator
_jwtValidator;
49
_jwtValidator = new DeviceBoundSessionJwtValidator(logger.CreateLogger<
DeviceBoundSessionJwtValidator
>());
DeviceBoundSessionJwtValidator.cs (2)
17
private readonly ILogger<
DeviceBoundSessionJwtValidator
> _logger;
19
public DeviceBoundSessionJwtValidator(ILogger<
DeviceBoundSessionJwtValidator
> logger)