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