2 references to ResetPasswordRequest
Microsoft.AspNetCore.Identity (2)
Data\IdentityEndpointsJsonSerializerContext.cs (1)
11
[JsonSerializable(typeof(
ResetPasswordRequest
))]
IdentityApiEndpointRouteBuilderExtensions.cs (1)
226
([FromBody]
ResetPasswordRequest
resetRequest, [FromServices] IServiceProvider sp) =>