2 references to Email
Microsoft.Extensions.Identity.Core (2)
ClaimsIdentityOptions.cs (2)
29
/// Gets or sets the ClaimType used for the user email claim. Defaults to <see cref="ClaimTypes.
Email
"/>.
31
public string EmailClaimType { get; set; } = ClaimTypes.
Email
;