1 write to Email
Microsoft.AspNetCore.Identity (1)
Generated\361d1da7f942c932\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.
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)obj).Email, 137writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).Email);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
284var user = await userManager.FindByEmailAsync(resetRequest.Email);