Enumerations
The following enumerations are available globally.
-
Enum with keychain error codes. It’s a mirror of some the keychain security error codes. @see https://developer.apple.com/documentation/security/
See moreDeclaration
Swift
public enum SwiftySimpleKeychainError : Error, Equatable
-
Enum with Kechain items accessibility types. It’s a mirror of some
See morekSecAttrAccessible
values. @see https://developer.apple.com/documentation/security/keychain_services/keychain_items/item_attribute_keys_and_valuesDeclaration
Swift
public enum SwiftySimpleKeychainItemAccessible : Int, Equatable