2 references to Unauthorized
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (2)
1682
var result = Results.
Unauthorized
() as UnauthorizedHttpResult;
1777
(() => Results.
Unauthorized
(), typeof(UnauthorizedHttpResult)),