Class CheckChallengeResponse

  • All Implemented Interfaces:
    Serializable

    public class CheckChallengeResponse
    extends Object
    implements Serializable
    The API action model for actions where the user's challenge response is provided.
    Since:
    9.3
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckChallengeResponse

        public CheckChallengeResponse()
        Create a ChallengeResponseCheck instance.
    • Method Detail

      • getChallengeResponse

        public String getChallengeResponse()
        Get the provided challenge response.
      • setChallengeResponse

        public void setChallengeResponse​(String challengeResponse)
        Set the provided challenge response.