ProofRequiredError

data class ProofRequiredError(token: String?, options: List<String>, message: String?, retryAfter: Long?) : TypedExceptionV1

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String? = null
Link copied to clipboard
val options: List<String>

possible list values are RECAPTCHA and PUSH_CHALLENGE

Link copied to clipboard
val retryAfter: Long? = null

value in seconds

Link copied to clipboard
val token: String? = null