Options
All
  • Public
  • Public/Protected
  • All
Menu

Handles the submission of the Login Form and logs the user in.

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly accountStore

accountStore: AccountStore

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Private parseInput

  • parseInput(operation: Operation): Promise<{ email: string; password: string; remember: boolean }>