Class OtpBodyRequestDto

java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.api.OtpBodyRequestDto

public class OtpBodyRequestDto extends Object
Request for Otp endpoints process.
  • Field Details

    • otpValue

      @NotNull private @NotNull String otpValue
      OTP value received in a notification.
  • Constructor Details

    • OtpBodyRequestDto

      public OtpBodyRequestDto()