Classes
The following classes are available globally.
-
A simple helper class to deal with storing and retrieving values from Keychain. It has support for sharing keychain items using Access Group and ffine grained accesibility over a specific Kyechain Item (Using Access Control). The support is only available for iOS and macOS, otherwise it will default using the coarse grained accesibility field. When a
See moreNSString
orNSData
is stored using Access Control and the accesibility flagSwiftySimpleKeychainItem.accessibleAfterFirstUnlock
, iOS / macOS will prompt the user for it’s passcode or pass a TouchID challenge (if available).Declaration
Swift
public class SwiftySimpleKeychain