@machb/front-base v0.0.2-SNAPSHOT
@machb/front-base / AuthService
Interface: AuthService
Defined in: login/domain/AuthService.ts:4
Methods
login()
login(
user):Promise\<Either\<UnexpectedError,string>>
Defined in: login/domain/AuthService.ts:5
Parameters
user
User
Returns
Promise\<Either\<UnexpectedError, string>>
registration()
registration(
user):Promise\<Either\<UnexpectedError,boolean>>
Defined in: login/domain/AuthService.ts:6
Parameters
user
User
Returns
Promise\<Either\<UnexpectedError, boolean>>