2 references to ValidateAsync
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);