1 implementation of SendConfirmationLinkAsync
Microsoft.AspNetCore.Identity (1)
src\aspnetcore\src\Shared\DefaultMessageEmailSender.cs (1)
12
public Task
SendConfirmationLinkAsync
(TUser user, string email, string confirmationLink) =>
1 reference to SendConfirmationLinkAsync
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
418
await emailSender.
SendConfirmationLinkAsync
(user, email, HtmlEncoder.Default.Encode(confirmEmailUrl));