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