3 references to ClaimActions
Microsoft.AspNetCore.Authentication.Twitter (2)
TwitterHandler.cs (1)
152foreach (var action in Options.ClaimActions)
TwitterOptions.cs (1)
28ClaimActions.MapJsonKey(ClaimTypes.Email, "email", ClaimValueTypes.Email);
SocialSample (1)
Startup.cs (1)
88o.ClaimActions.MapJsonKey("urn:twitter:profilepicture", "profile_image_url", ClaimTypes.Uri);