3 references to ForgotPasswordRequest
Microsoft.AspNetCore.Identity (3)
Data\IdentityEndpointsJsonSerializerContext.cs (1)
12[JsonSerializable(typeof(ForgotPasswordRequest))]
Data\ResetPasswordRequest.cs (1)
15/// The email address for the user requesting a password reset. This should match <see cref="ForgotPasswordRequest.Email"/>.
IdentityApiEndpointRouteBuilderExtensions.cs (1)
207([FromBody] ForgotPasswordRequest resetRequest, [FromServices] IServiceProvider sp) =>