@machb/user-interactors v0.0.2-SNAPSHOT
@machb/user-interactors / LoginUserInteractor
Class: LoginUserInteractor
Defined in: LoginUserInteractor.ts:4
Constructors
Constructor
new LoginUserInteractor(
source):LoginUserInteractor
Defined in: LoginUserInteractor.ts:8
Parameters
source
Returns
LoginUserInteractor
Properties
service
service:
UserService
Defined in: LoginUserInteractor.ts:6
Methods
login()
login(
password):Promise\<User>
Defined in: LoginUserInteractor.ts:12
Parameters
string
password
string
Returns
Promise\<User>