1 write to _innerEventsType
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
28
_innerEventsType
= innerEventsType;
2 references to _innerEventsType
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionCookieEvents.cs (2)
80
if (
_innerEventsType
is null)
85
return (CookieAuthenticationEvents)httpContext.RequestServices.GetRequiredService(
_innerEventsType
);