3 references to RunClaimActions
Microsoft.AspNetCore.Authentication.OAuth (1)
Events\OAuthCreatingTicketContext.cs (1)
107public void RunClaimActions() => RunClaimActions(User);
SocialSample (2)
Startup.cs (2)
146context.RunClaimActions(user.RootElement); 207context.RunClaimActions(user.RootElement);