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:
  • Constructor Details

    • ChallengeResponseRequired

      public ChallengeResponseRequired()
  • Method Details

    • getChallengeQuestion

      public String getChallengeQuestion()
      Get the challenge question to be presented to the user.
    • setChallengeQuestion

      public void setChallengeQuestion(String challengeQuestion)
      Set the challenge question to be presented to the user.