3 references to CreateUserPrincipalAsync
Microsoft.AspNetCore.Identity (3)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
138var newPrincipal = await signInManager.CreateUserPrincipalAsync(user);
SecurityStampValidator.cs (1)
94var newPrincipal = await SignInManager.CreateUserPrincipalAsync(user);
SignInManager.cs (1)
281var userPrincipal = await CreateUserPrincipalAsync(user);