Interface ForgotPasswordHandlerArgs

Hierarchy

  • ForgotPasswordHandlerArgs

Properties

accountStore: AccountStore
emailSender: EmailSender
resetRoute: InteractionRoute
templateEngine: TemplateEngine<{
    resetLink: string;
}>