2 references to ClearDerivedCookiesAsync
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionCookieEvents.cs (1)
54await ClearDerivedCookiesAsync(context.HttpContext, _dbscScheme);
PostConfigureDeviceBoundSessionCookieOptions.cs (1)
45await DeviceBoundSessionCookieEvents.ClearDerivedCookiesAsync(context.HttpContext, dbscScheme);