UserMfaFactor

@Serializable
data class UserMfaFactor(    val id: String,     val createdAt: Instant,     val updatedAt: Instant,     status: String,     val friendlyName: String? = null,     val factorType: String)(source)

Constructors

Link copied to clipboard
constructor(id: String, createdAt: Instant, updatedAt: Instant, status: String, friendlyName: String? = null, factorType: String)

Properties

Link copied to clipboard
@SerialName(value = "created_at")
val createdAt: Instant
Link copied to clipboard
@SerialName(value = "factor_type")
val factorType: String
Link copied to clipboard
@SerialName(value = "friendly_name")
val friendlyName: String? = null
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "updated_at")
val updatedAt: Instant