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