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 NSString or NSData is stored using Access Control and the accesibility flag SwiftySimpleKeychainItem.accessibleAfterFirstUnlock, iOS / macOS will prompt the user for it’s passcode or pass a TouchID challenge (if available).

    See more

    Declaration

    Swift

    public class SwiftySimpleKeychain