KeychainItem
public protocol KeychainItem
A general API for Keychain items.
-
The class/type of the Keychain item.
See
kSecClass
Declaration
Swift
var type: CFString { get }
-
The query to identify the Keychain item(s).
Declaration
Swift
var query: KeychainQuery { get }