UpdateChallengePayload

Describes the information required to update a Challenge
interface UpdateChallengePayload

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
abstract val challengeSid: String
factorSid
Link copied to clipboard
Sid of the Factor to which the Challenge is related
abstract val factorSid: String

Inheritors

UpdatePushChallengePayload
Link copied to clipboard