2 writes to IsEmailConfirmed
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
463
IsEmailConfirmed
= await userManager.IsEmailConfirmedAsync(user),
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.InfoResponse(){ Email = (string)args[0],
IsEmailConfirmed
= (bool)args[1] },
2 references to IsEmailConfirmed
Microsoft.AspNetCore.Identity (2)
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)obj).
IsEmailConfirmed
,
111
writer.WriteBoolean(PropName_IsEmailConfirmed, ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)value).
IsEmailConfirmed
);