LoginMeta

data class LoginMeta(var id: String, var timesUsed: Long, var timeCreated: Long, var timeLastUsed: Long, var timePasswordChanged: Long, var timeOfLastBreach: Long?, var timeLastBreachAlertDismissed: Long?)

Metadata fields managed internally by the library. These are automatically set on add() and updated on operations like touch() and update(). Not included in LoginEntry; use add_with_meta() when importing records with existing metadata.

Constructors

Link copied to clipboard
constructor(id: String, timesUsed: Long, timeCreated: Long, timeLastUsed: Long, timePasswordChanged: Long, timeOfLastBreach: Long?, timeLastBreachAlertDismissed: Long?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard