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)
100
var jwtResult = await
_jwtValidator
.ValidateAsync(proofHeader, publicKeyJwk: null);
227
var jwtResult = await
_jwtValidator
.ValidateAsync(proofHeader, publicKeyJwk);