2 references to ResendConfirmationEmailRequest
Microsoft.AspNetCore.Identity (2)
Data\IdentityEndpointsJsonSerializerContext.cs (1)
13
[JsonSerializable(typeof(
ResendConfirmationEmailRequest
))]
IdentityApiEndpointRouteBuilderExtensions.cs (1)
194
([FromBody]
ResendConfirmationEmailRequest
resendRequest, HttpContext context, [FromServices] IServiceProvider sp) =>