Class CheckOtp
- 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 Summary
Constructors Constructor Description CheckOtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOtp()Get the OTP (one-time passcode) submitted by the user.voidsetOtp(String otp)Set the OTP (one-time passcode) submitted by the user.
-