Class LoginBiometricDto
java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.LoginDto
es.kukenan.smartfi.microservice.clients.dto.LoginBiometricDto
- All Implemented Interfaces:
Serializable
Dto used for biometric login.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoginBiometricDto(String biometricToken, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel, String deviceId, es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyId) Dto for biometric login. -
Method Summary
-
Field Details
-
biometricToken
Biometric token of the user for login.
-
-
Constructor Details
-
LoginBiometricDto
public LoginBiometricDto(String biometricToken, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel, String deviceId, es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyId) Dto for biometric login.- Parameters:
biometricToken- biometric token.channel- channel of the device.deviceId- unique identifier of the device.companyId- entity bank.
-