Class CheckChallengeResponse
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckChallengeResponse
- All Implemented Interfaces:
Serializable
The API action model for actions where the user's challenge response is provided.
- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provided challenge response.voidsetChallengeResponse(String challengeResponse) Set the provided challenge response.
-
Constructor Details
-
CheckChallengeResponse
public CheckChallengeResponse()Create a ChallengeResponseCheck instance.
-
-
Method Details
-
getChallengeResponse
Get the provided challenge response. -
setChallengeResponse
Set the provided challenge response.
-