LoginMeta
public struct LoginMeta
extension LoginMeta: Equatable, Hashable
Login data specific to database records. The add_with_record API inputs this.
-
Declaration
Swift
public var id: String
-
Declaration
Swift
public var timesUsed: Int64
-
Declaration
Swift
public var timeCreated: Int64
-
Declaration
Swift
public var timeLastUsed: Int64
-
Declaration
Swift
public var timePasswordChanged: Int64
-
Declaration
Swift
public init(id: String, timesUsed: Int64, timeCreated: Int64, timeLastUsed: Int64, timePasswordChanged: Int64)
-
Declaration
Swift
public static func == (lhs: LoginMeta, rhs: LoginMeta) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)