Class BiometricValidationRequestPsd2Dto
java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.BiometricValidationRequestPsd2Dto
- All Implemented Interfaces:
Serializable
Dto used for biometric login.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @javax.validation.constraints.NotNull intIdentifier for backoficce.private @NotNull StringBiometric token of the user for login.private @NotNull StringIdentifier for company.private @NotNull StringIdentifier for login device.private @NotNull StringIdentifier of tpp. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
biometricToken
Biometric token of the user for login. -
deviceId
Identifier for login device. -
companyId
Identifier for company. -
backofficeId
@NotNull private @javax.validation.constraints.NotNull int backofficeIdIdentifier for backoficce. -
tpp
Identifier of tpp.
-
-
Constructor Details
-
BiometricValidationRequestPsd2Dto
public BiometricValidationRequestPsd2Dto()
-