UpdatePushChallengePayload

Describes the information required to update a Push Challenge
class UpdatePushChallengePayload(factorSid: String,challengeSid: String,status: ChallengeStatus) : UpdateChallengePayload

Constructors

<init>
Link copied to clipboard
fun <init>(factorSid: String, challengeSid: String, status: ChallengeStatus)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

challengeSid
Link copied to clipboard
Sid of the Challenge to be updated
open override val challengeSid: String
factorSid
Link copied to clipboard
Sid of the Factor to which the Challenge is related
open override val factorSid: String
status
Link copied to clipboard
New status of the challenge
val status: ChallengeStatus