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