1 implementation of SignInAsync
Microsoft.AspNetCore.Authentication (1)
SignInAuthenticationHandler.cs (1)
38public virtual Task SignInAsync(ClaimsPrincipal user, AuthenticationProperties? properties)
1 reference to SignInAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
187await signInHandler.SignInAsync(principal, properties);