1 reference to RetrieveAsync
Microsoft.AspNetCore.Authentication.Cookies (1)
ITicketStore.cs (1)
88Task<AuthenticationTicket?> RetrieveAsync(string key, HttpContext httpContext, CancellationToken cancellationToken) => RetrieveAsync(key, cancellationToken);