5 references to ChallengeResult
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (1)
122return new ChallengeResult(provider, properties);
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (1)
135return new ChallengeResult(provider, properties);
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
122return new ChallengeResult(provider, properties);
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (1)
135return new ChallengeResult(provider, properties);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ChallengeResultTest.cs (1)
21var result = new ChallengeResult("", null);