-
public final class ValidateOTPRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classValidateOTPRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final DeviceInfodeviceInfoprivate final Stringotpprivate final StringreferenceId
-
Constructor Summary
Constructors Constructor Description ValidateOTPRequest(DeviceInfo deviceInfo, String otp, String referenceId)
-
Method Summary
Modifier and Type Method Description final DeviceInfogetDeviceInfo()final StringgetOtp()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
ValidateOTPRequest
ValidateOTPRequest(DeviceInfo deviceInfo, String otp, String referenceId)
-
-
Method Detail
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-