ChallengeInfo |
ChallengeInfo.challengeCancel(ChallengeInfo.ChallengeCancelEnum challengeCancel) |
Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled.
|
ChallengeInfo |
ChallengeInfo.flow(ChallengeInfo.FlowEnum flow) |
The flow used in the challenge.
|
static ChallengeInfo |
ChallengeInfo.fromJson(String jsonString) |
Create an instance of ChallengeInfo given an JSON string
|
ChallengeInfo |
AuthenticationInfo.getChallenge() |
challenge
|
ChallengeInfo |
ChallengeInfo.lastInteraction(OffsetDateTime lastInteraction) |
The last time of interaction with the challenge.
|
ChallengeInfo |
ChallengeInfo.phoneNumber(String phoneNumber) |
The last four digits of the phone number used in the challenge.
|
ChallengeInfo |
ChallengeInfo.resends(Integer resends) |
The number of times the one-time password (OTP) was resent during the challenge.
|
ChallengeInfo |
ChallengeInfo.retries(Integer retries) |
The number of retries used in the challenge.
|