public class OfflineOtpParam extends Object implements Serializable
setOtp(String)
Constructor and Description |
---|
OfflineOtpParam() |
OfflineOtpParam(String userId,
String otp,
String sessionId,
String challenge) |
Modifier and Type | Method and Description |
---|---|
String |
getChallenge() |
String |
getOtp() |
String |
getSessionId() |
String |
getUserId() |
void |
setChallenge(String challenge) |
void |
setOtp(String otp) |
void |
setSessionId(String sessionId) |
void |
setUserId(String userId) |
String |
toString() |
public String getUserId()
public void setUserId(String userId)
userId
- the ID of the user used for this verification.public String getOtp()
public void setOtp(String otp)
otp
- The OTP to be verified by SSMS.public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- Optional value: Unique id, which was delivered within a request for
a nonce in AsmServicesWs.requestLoginNonce(String)
. public String getChallenge()
public void setChallenge(String challenge)
challenge
- Optional value: Client created this challenge, which was then used during calculation of OTP. Copyright © 2022 KOBIL Systems GmbH. All rights reserved.