1 write to Email
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest(){ Email = (string)args[0], ResetCode = (string)args[1], NewPassword = (string)args[2] },
4 references to Email
Microsoft.AspNetCore.Identity (4)
Data\ResetPasswordRequest.cs (1)
25/// The new password the user with the given <see cref="Email"/> should login with. This will replace the previous password.
IdentityApiEndpointRouteBuilderExtensions.cs (1)
230var user = await userManager.FindByEmailAsync(resetRequest.Email);
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)obj).Email, 135writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).Email);