1 override of SignedIn
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
47public override async Task SignedIn(CookieSignedInContext context)
2 references to SignedIn
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
372await Events.SignedIn(signedInContext);
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
49await GetInnerEvents(context.HttpContext).SignedIn(context);