14 references to AssertUnauthorizedAndEmpty
Microsoft.AspNetCore.Identity.FunctionalTests (14)
MapIdentityApiTests.cs (14)
204
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
281
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
284
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
287
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
317
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
320
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
361
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
366
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
396
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
679
AssertUnauthorizedAndEmpty
(await client.PostAsync("/identity/manage/2fa", null));
714
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
1037
AssertUnauthorizedAndEmpty
(await client.GetAsync("/identity/manage/info"));
1097
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { RefreshToken = originalRefreshToken }));
1128
AssertUnauthorizedAndEmpty
(await client.GetAsync("/identity/manage/info"));