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