public class OfflineReSyncParam extends Object
setOtp(String)
Constructor and Description |
---|
OfflineReSyncParam() |
OfflineReSyncParam(String userId,
String otp,
int atc,
String sessionId,
String challenge) |
Modifier and Type | Method and Description |
---|---|
int |
getAtc() |
String |
getChallenge() |
String |
getOtp() |
String |
getSessionId() |
String |
getUserId() |
void |
setAtc(int atc)
This is a required value.
|
void |
setChallenge(String challenge)
This is an optional value.
|
void |
setOtp(String otp)
This is a required value.
|
void |
setSessionId(String sessionId)
This is an optional value.
|
void |
setUserId(String userId)
This is a required value.
|
public String getUserId()
public void setUserId(String userId)
userId
- The unique user Id.public String getOtp()
public void setOtp(String otp)
otp
- The one time password, which will be used for the re-synchronization.public int getAtc()
public void setAtc(int atc)
atc
- The application transaction counter, which will be used for the re-synchronization.public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- It is only allowed to set a sessionId, if a matching nonce does already exist.
A matching nonce can be created by using the web method AsmServicesWs.requestLoginNonce(String)
.
The nonce will influence the OTP calculation.public String getChallenge()
public void setChallenge(String challenge)
challenge
- The challenge is a free text which will influence the OTP calculation.Copyright © 2022 KOBIL Systems GmbH. All rights reserved.