matthewpalmer / Locksmith

A powerful, protocol-oriented library for working with the keychain in Swift.
MIT License
2.92k stars 268 forks source link

Can i get all UserAccounts with service #188

Open yuanjilee opened 6 years ago

yuanjilee commented 6 years ago

I want to get all UserAccounts with unique service to show accounts list for user to choose, but i don't find a function to get all UserAccounts or all values.

I only find loadDataForUserAccount, but the function need a userAccount param to load, it's not my wanted.

Can i do this operation? Appreciative!