1 instantiation of CookieSignedInContext
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
364
var signedInContext = new
CookieSignedInContext
(
4 references to CookieSignedInContext
Microsoft.AspNetCore.Authentication.Cookies (4)
CookieAuthenticationEvents.cs (3)
32
public Func<
CookieSignedInContext
, Task> OnSignedIn { get; set; } = context => Task.CompletedTask;
132
/// <param name="context">The <see cref="
CookieSignedInContext
"/>.</param>
133
public virtual Task SignedIn(
CookieSignedInContext
context) => OnSignedIn(context);
CookieAuthenticationHandler.cs (1)
364
var
signedInContext = new CookieSignedInContext(