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)
29private readonly DeviceBoundSessionJwtValidator _jwtValidator; 49_jwtValidator = new DeviceBoundSessionJwtValidator(logger.CreateLogger<DeviceBoundSessionJwtValidator>());
DeviceBoundSessionJwtValidator.cs (2)
17private readonly ILogger<DeviceBoundSessionJwtValidator> _logger; 19public DeviceBoundSessionJwtValidator(ILogger<DeviceBoundSessionJwtValidator> logger)