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