2 references to SignInWithClaimsAsync
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
521
await
SignInWithClaimsAsync
(user, isPersistent, claims);
850
await
SignInWithClaimsAsync
(user, isPersistent, new Claim[] { new Claim("amr", "pwd") });