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