Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Password(val id: String, val creationDate: Long, val tail: String, _password: String, _scopes: String, val type: PasswordType, _events: List<PasswordEvent>)

The Password data class represents the password data

Link copied to clipboard
@Serializable
data class PasswordEvent(val id: String, val eventDate: Long, val type: PasswordEventType)

The PasswordEvent data class represents an event related to password's lifecycle