Class 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 Detail

      • ChallengeResponseRequired

        public ChallengeResponseRequired()
    • Method Detail

      • 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.