1 write to Challenge
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionJwtValidator.cs (1)
97
Challenge
= challenge,
4 references to Challenge
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (4)
DeviceBoundSessionHandler.cs (4)
120
if (jwtResult.
Challenge
is null)
127
if (!ValidateRegistrationChallenge(jwtResult.
Challenge
, principal))
237
var challengeValid = jwtResult.
Challenge
is not null
238
&& ValidateRefreshChallenge(jwtResult.
Challenge
, authResult.Principal, sessionIdHeader);