Class LoginBasicDto
java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.LoginDto
es.kukenan.smartfi.microservice.clients.dto.LoginBasicDto
- All Implemented Interfaces:
Serializable
Dto used for normal login defined by documentId and password.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoginBasicDto(String email, String password, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel, String deviceId, es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyId) Dto for basic login. -
Method Summary
-
Field Details
-
email
Email of the user. -
password
Password of the user.
-
-
Constructor Details
-
LoginBasicDto
public LoginBasicDto(String email, String password, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel, String deviceId, es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyId) Dto for basic login.- Parameters:
email- unique identifier of user.password- password of user.channel- channel of the device.deviceId- unique identifier of the device.companyId- entity bank.
-