microsoft-authentication-library-common-for-objc
microsoft-authentication-library-common-for-objc copied to clipboard
keychain API - remove revisit
Currently, there is a single remove API, removeItemsWithKey: which if key is nil, deletes everything. This could create confusion down the road.
As a reference, ADAL when given nil key, does not remove anything.
Not sure which is correct, but surely needs to be discussed and make it coherent.