2 implementations of RetrieveAsync
CookieSessionSample (1)
MemoryCacheTicketStore.cs (1)
43public Task<AuthenticationTicket> RetrieveAsync(string key)
Microsoft.AspNetCore.Authentication.Test (1)
CookieTests.cs (1)
171public Task<AuthenticationTicket> RetrieveAsync(string key)
1 reference to RetrieveAsync
Microsoft.AspNetCore.Authentication.Cookies (1)
ITicketStore.cs (1)
79Task<AuthenticationTicket?> RetrieveAsync(string key, CancellationToken cancellationToken) => RetrieveAsync(key);