Package com.twilio.verify

Types

AlreadyUpdatedChallengeException
Link copied to clipboard
object AlreadyUpdatedChallengeException : InputException
EmptyChallengeSidException
Link copied to clipboard
object EmptyChallengeSidException : InputException
EmptyFactorSidException
Link copied to clipboard
object EmptyFactorSidException : InputException
ExpiredChallengeException
Link copied to clipboard
object ExpiredChallengeException : InputException
InputException
Link copied to clipboard
Exception types returned as cause for a TwilioVerifyException and InputError code on validation errors.
sealed class InputException : Exception
InvalidChallengeException
Link copied to clipboard
object InvalidChallengeException : InputException
InvalidFactorException
Link copied to clipboard
object InvalidFactorException : InputException
InvalidUpdateChallengePayloadException
Link copied to clipboard
data class InvalidUpdateChallengePayloadException(factorType: FactorType) : InputException
NotUpdatedChallengeException
Link copied to clipboard
object NotUpdatedChallengeException : InputException
SignatureFieldsException
Link copied to clipboard
object SignatureFieldsException : InputException
TwilioVerify
Link copied to clipboard
Describes the available operations to proccess Factors and Challenges
interface TwilioVerify
TwilioVerifyException
Link copied to clipboard
Exception types returned by the TwilioVerify SDK. It encompasses different types of errors that have their own associated reasons and codes.
class TwilioVerifyException(cause: Throwable,errorCode: TwilioVerifyException.ErrorCode) : Exception
WrongFactorException
Link copied to clipboard
object WrongFactorException : InputException