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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckChallengeResponse()Create a ChallengeResponseCheck instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChallengeResponse()Get the provided challenge response.voidsetChallengeResponse(String challengeResponse)Set the provided challenge response.
-