2 implementations of RenewAsync
CookieSessionSample (1)
MemoryCacheTicketStore.cs (1)
28public Task RenewAsync(string key, AuthenticationTicket ticket)
Microsoft.AspNetCore.Authentication.Test (1)
CookieTests.cs (1)
164public Task RenewAsync(string key, AuthenticationTicket ticket)
1 reference to RenewAsync
Microsoft.AspNetCore.Authentication.Cookies (1)
ITicketStore.cs (1)
54Task RenewAsync(string key, AuthenticationTicket ticket, CancellationToken cancellationToken) => RenewAsync(key, ticket);