3 references to Gender
Identity.ExternalClaims (2)
Pages\Account\ExternalLogin.cshtml.cs (1)
127await _userManager.AddClaimAsync(user, info.Principal.FindFirst(ClaimTypes.Gender));
Startup.cs (1)
49o.ClaimActions.MapJsonKey(ClaimTypes.Gender, "gender");
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookOptions.cs (1)
41ClaimActions.MapJsonKey(ClaimTypes.Gender, "gender");