Class CheckOtp


  • public class CheckOtp
    extends Object
    The API action model for actions where an OTP is entered by the user.
    Since:
    10.1
    • Constructor Detail

      • CheckOtp

        public CheckOtp()
    • Method Detail

      • getOtp

        public String getOtp()
        Get the OTP (one-time passcode) submitted by the user.
      • setOtp

        public void setOtp​(String otp)
        Set the OTP (one-time passcode) submitted by the user.