updateChallenge

Updates a Challenge from a UpdateChallengePayload

Parameters

error
Block to be called when the operation fails with the cause of failure
success
Block to be called when the operation succeeds
updateChallengePayload
Describes the information needed to update a challenge
abstract fun updateChallenge(updateChallengePayload: UpdateChallengePayload, success: () -> Unit, error: (TwilioVerifyException) -> Unit)