2 writes to Email
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
462
Email
= await userManager.GetEmailAsync(user) ?? throw new NotSupportedException("Users must have an email."),
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.InfoResponse(){
Email
= (string)args[0], IsEmailConfirmed = (bool)args[1] },
3 references to Email
Microsoft.AspNetCore.Identity (3)
Data\InfoResponse.cs (1)
19
/// Indicates whether or not the <see cref="
Email
"/> has been confirmed yet.
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (2)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)obj).
Email
,
110
writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)value).
Email
);