1 instantiation of DeviceBoundSessionJwtResult
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionJwtValidator.cs (1)
93return new DeviceBoundSessionJwtResult
3 references to DeviceBoundSessionJwtResult
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
DeviceBoundSessionHandler.cs (2)
100var jwtResult = await _jwtValidator.ValidateAsync(proofHeader, publicKeyJwk: null); 227var jwtResult = await _jwtValidator.ValidateAsync(proofHeader, publicKeyJwk);
DeviceBoundSessionJwtValidator.cs (1)
30public async Task<DeviceBoundSessionJwtResult?> ValidateAsync(string jwt, string? publicKeyJwk)