2 references to RenewAsync
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
264
await Options.SessionStore.
RenewAsync
(_sessionKey, ticket, Context, Context.RequestAborted);
342
await Options.SessionStore.
RenewAsync
(_sessionKey, ticket, Context, Context.RequestAborted);