1 write to _jwtValidator
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionHandler.cs (1)
49_jwtValidator = new DeviceBoundSessionJwtValidator(logger.CreateLogger<DeviceBoundSessionJwtValidator>());
2 references to _jwtValidator
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionHandler.cs (2)
100var jwtResult = await _jwtValidator.ValidateAsync(proofHeader, publicKeyJwk: null); 227var jwtResult = await _jwtValidator.ValidateAsync(proofHeader, publicKeyJwk);