3 references to DescribeAsync
Microsoft.AspNetCore.Authentication.Test (3)
CookieTests.cs (3)
1670
await
DescribeAsync
(context.Response, result);
1850
await
DescribeAsync
(res, AuthenticateResult.Success(new AuthenticationTicket(context.User, new AuthenticationProperties(), CookieAuthenticationDefaults.AuthenticationScheme)));
1855
await
DescribeAsync
(res, ticket);