2 references to HasClaim
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (1)
159
if (info.Principal!.
HasClaim
(c => c.Type == ClaimTypes.Email))
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
159
if (info.Principal.
HasClaim
(c => c.Type == ClaimTypes.Email))