Key
public struct Key : RawRepresentable, Equatable, Hashable
Structure which functioning as a Key of value to KeychainService
-
Declaration
Swift
public var rawValue: String -
Undocumented
Declaration
Swift
public init(_ rawValue: String) -
Declaration
Swift
public init(rawValue: String)
View on GitHub
Key Structure Reference