ChallengeListPayload

Describes the information required to fetch a ChallengeList
class ChallengeListPayload(factorSid: String,pageSize: Int,status: ChallengeStatus?,order: ChallengeListOrder,pageToken: String?)

Constructors

<init>
Link copied to clipboard
fun <init>(factorSid: String, pageSize: Int, status: ChallengeStatus?, order: ChallengeListOrder, pageToken: String?)

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

factorSid
Link copied to clipboard
The unique SID identifier of the Factor to which the ChallengeList is related
val factorSid: String
order
Link copied to clipboard
Sort challenges in order by creation date of the challenge
val order: ChallengeListOrder
pageSize
Link copied to clipboard
Number of Challenges to be returned by the service
val pageSize: Int
pageToken
Link copied to clipboard
Token used to retrieve the next page in the pagination arrangement
val pageToken: String?
status
Link copied to clipboard
Status to filter the Challenges, if nothing is sent, Challenges of all status will be returned
val status: ChallengeStatus?