14 references to AssertUnauthorizedAndEmpty
Microsoft.AspNetCore.Identity.FunctionalTests (14)
MapIdentityApiTests.cs (14)
201
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
278
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
281
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
284
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
314
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
317
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
358
AssertUnauthorizedAndEmpty
(await client.GetAsync("/auth/hello"));
363
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
393
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
676
AssertUnauthorizedAndEmpty
(await client.PostAsync("/identity/manage/2fa", null));
711
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { refreshToken }));
1034
AssertUnauthorizedAndEmpty
(await client.GetAsync("/identity/manage/info"));
1094
AssertUnauthorizedAndEmpty
(await client.PostAsJsonAsync("/identity/refresh", new { RefreshToken = originalRefreshToken }));
1125
AssertUnauthorizedAndEmpty
(await client.GetAsync("/identity/manage/info"));