LoginEntryWithMeta

data class LoginEntryWithMeta(var entry: LoginEntry, var meta: LoginMeta)

A login together with record fields, handed over to the store API; ie a login persisted elsewhere, useful for migrations

Constructors

Link copied to clipboard
constructor(entry: LoginEntry, meta: LoginMeta)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard