1 instantiation of ForgotPasswordConfirmation
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\ForgotPassword.cs (1)
28return new ForgotPasswordConfirmation(Client, forgotPasswordConfirmation, Context);
2 references to ForgotPasswordConfirmation
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Pages\Account\ForgotPassword.cs (1)
18public async Task<ForgotPasswordConfirmation> SendForgotPasswordAsync(string email)
UserStories.cs (1)
203internal static async Task<ForgotPasswordConfirmation> ForgotPasswordAsync(HttpClient client, string userName)