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