Class ChallengeResponseRequired
java.lang.Object
com.pingidentity.sdk.api.authn.model.state.ChallengeResponseRequired
- All Implemented Interfaces:
Serializable
An API state model containing additional details for states in which the user's challenge response is required.
- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the challenge question to be presented to the user.voidsetChallengeQuestion(String challengeQuestion) Set the challenge question to be presented to the user.
-
Constructor Details
-
ChallengeResponseRequired
public ChallengeResponseRequired()
-
-
Method Details
-
getChallengeQuestion
Get the challenge question to be presented to the user. -
setChallengeQuestion
Set the challenge question to be presented to the user.
-