LoginEntryWithMeta
public struct LoginEntryWithMeta : Equatable, Hashable
extension LoginEntryWithMeta: Sendable
A login together with record fields, handed over to the store API; ie a login persisted elsewhere, useful for migrations
-
Declaration
Swift
public var entry: LoginEntry -
Declaration
Swift
public var meta: LoginMeta -
Declaration
Swift
public init(entry: LoginEntry, meta: LoginMeta)