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