static ChallengeResponseType.Builder |
ChallengeResponseType.builder() |
|
ChallengeResponseType.Builder |
ChallengeResponseType.Builder.challengeName(String challengeName) |
The type of challenge that your previous authentication request returned in the parameter
ChallengeName, for example SMS_MFA.
|
ChallengeResponseType.Builder |
ChallengeResponseType.Builder.challengeName(ChallengeName challengeName) |
The type of challenge that your previous authentication request returned in the parameter
ChallengeName, for example SMS_MFA.
|
ChallengeResponseType.Builder |
ChallengeResponseType.Builder.challengeResponse(String challengeResponse) |
The set of key-value pairs that provides a response to the requested challenge.
|
ChallengeResponseType.Builder |
ChallengeResponseType.Builder.challengeResponse(ChallengeResponse challengeResponse) |
The set of key-value pairs that provides a response to the requested challenge.
|
ChallengeResponseType.Builder |
ChallengeResponseType.toBuilder() |
|