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