Password Details

@Serializable
data class PasswordDetails(val id: String, val tail: String, _scopes: String, val password: String? = null)

The PasswordDetails data class represents the basic information of a password

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(id: String, tail: String, _scopes: String, password: String? = null)

Properties

Link copied to clipboard
val id: String

The identifier of the password

Link copied to clipboard
val password: String? = null

The value of the password

Link copied to clipboard
@Transient
val scopes: Set<String>

scopes the scopes of the password

Link copied to clipboard
val tail: String

The tail of the password