Class CheckChallengeResponse

java.lang.Object
com.pingidentity.sdk.api.authn.model.action.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:
  • Constructor Details

    • CheckChallengeResponse

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

    • getChallengeResponse

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

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