MfaChallenge

@Serializable
data class MfaChallenge(val id: String, val factorType: String)(source)

A challenge to verify the user's identity.

Constructors

Link copied to clipboard
constructor(id: String, factorType: String)

Properties

Link copied to clipboard
val expiresAt: Instant

Timestamp in UNIX seconds when this challenge will no longer be usable.

Link copied to clipboard
@SerialName(value = "type")
val factorType: String

Factor Type which generated the challenge.

Link copied to clipboard
val id: String

The id of the challenge.