2 references to Challenge
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionHandler.cs (2)
220
Response.Headers[DeviceBoundSessionConstants.Headers.
Challenge
] = $"\"{challenge}\";id=\"{sessionIdHeader}\"";
250
Response.Headers[DeviceBoundSessionConstants.Headers.
Challenge
] = $"\"{retryChallenge}\";id=\"{sessionIdHeader}\"";