Class LoginBasicDto

java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.LoginDto
es.kukenan.smartfi.microservice.clients.dto.LoginBasicDto
All Implemented Interfaces:
Serializable

public class LoginBasicDto extends LoginDto implements Serializable
Dto used for normal login defined by documentId and password.
See Also:
  • Field Details

    • email

      private String email
      Email of the user.
    • password

      private String 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.