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