SignupModel
Extends:
* → SignupModel
Class for the signup model to be used by the SignupPresenter
Constructor Summary
| Public Constructor | ||
| public |
Creates an instance of SignupModel. |
|
Member Summary
| Public Members | ||
| public |
onErrorCallback(error: string): * Error callback to call if there is an error. |
|
| public |
Signout the user |
|
| Private Members | ||
| private |
_data: {"data": *} |
|
Method Summary
| Public Methods | ||
| public |
Return the data from the model. |
|
| public |
async method for presenters to know if the username and password is existed in the database |
|
Reference
Source
