Package-level declarations

Types

Link copied to clipboard
@Serializable
data class TOTPResource(val id: String, val secret: String, val uri: String, val verified: Boolean, val createdAt: Long, val updatedAt: Long)

Represents a TOTP (Time-based One-Time Password) resource for two-factor authentication.