Merge branch 'fix/get-value' into develop
This commit is contained in:
commit
0c902f0842
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ public struct Keychain {
|
||||||
kSecClass : kSecClassGenericPassword,
|
kSecClass : kSecClassGenericPassword,
|
||||||
kSecAttrAccount : key as AnyObject,
|
kSecAttrAccount : key as AnyObject,
|
||||||
kSecMatchLimit : kSecMatchLimitOne,
|
kSecMatchLimit : kSecMatchLimitOne,
|
||||||
|
kSecReturnAttributes : kCFBooleanTrue,
|
||||||
kSecReturnData : kCFBooleanTrue
|
kSecReturnData : kCFBooleanTrue
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue