Class ChallengeResponseRequired
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.ChallengeResponseRequired
-
- All Implemented Interfaces:
Serializable
public class ChallengeResponseRequired extends Object implements Serializable
An API state model containing additional details for states in which the user's challenge response is required.- Since:
- 9.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChallengeResponseRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChallengeQuestion()Get the challenge question to be presented to the user.voidsetChallengeQuestion(String challengeQuestion)Set the challenge question to be presented to the user.
-