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