kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.08k stars 383 forks source link

More options available for authenticationPolicy #152

Open kostastsi opened 7 years ago

kostastsi commented 7 years ago

Could you please include all the available options of 'SecAccessControlCreateFlags' in the enumeration 'UICKeyChainStoreAuthenticationPolicy'? I am not able to use the 'kSecAccessControlTouchIDCurrentSet' option flag in my application. Is there any other obvious way that I am not seeing? Thank you in advance.