2 overrides of HandleSignInAsync
Microsoft.AspNetCore.Authentication (1)
PolicySchemeHandler.cs (1)
45protected override Task HandleSignInAsync(ClaimsPrincipal user, AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
291protected override async Task HandleSignInAsync(ClaimsPrincipal user, AuthenticationProperties? properties)
1 reference to HandleSignInAsync
Microsoft.AspNetCore.Authentication (1)
SignInAuthenticationHandler.cs (1)
43: HandleSignInAsync(user, properties ?? new AuthenticationProperties());