AccountLogin callbacks asynchronously. All handlers are optional — a component only needs to implement the handlers relevant to its role (e.g. a service component may only handle read status).
Methods
handleReadStatus()
handleReadStatus():Promise<IStatus>
Asynchronously handles the read status operation.
Returns
Promise<IStatus>
A promise that resolves to the user account login status.

