java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckOtp

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

    • CheckOtp

      public CheckOtp()
  • Method Details

    • 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.