2 references to ValidateAsync
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionHandler.cs (2)
100var jwtResult = await _jwtValidator.ValidateAsync(proofHeader, publicKeyJwk: null); 227var jwtResult = await _jwtValidator.ValidateAsync(proofHeader, publicKeyJwk);