Challenge

Describes the information of a Challenge
interface Challenge

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

challengeDetails
Link copied to clipboard
Details of the Challenge
abstract val challengeDetails: ChallengeDetails
createdAt
Link copied to clipboard
Indicates the creation date of the Challenge
abstract val createdAt: Date
expirationDate
Link copied to clipboard
Indicates the date in which the Challenge expires
abstract val expirationDate: Date
factorSid
Link copied to clipboard
Sid of the factor to which the Challenge is related
abstract val factorSid: String
hiddenDetails
Link copied to clipboard
Hidden details of the Challenge
abstract val hiddenDetails: Map<String, String>?
sid
Link copied to clipboard
The unique SID identifier of the Challenge
abstract val sid: String
status
Link copied to clipboard
Status of the Challenge
abstract val status: ChallengeStatus
updatedAt
Link copied to clipboard
Indicates the last date the Challenge was updated
abstract val updatedAt: Date