Function security_framework::passwords::get_generic_password
source ยท pub fn get_generic_password(service: &str, account: &str) -> Result<Vec<u8>>
Expand description
Get the generic password for the given service and account. If no matching
keychain entry exists, fails with error code errSecItemNotFound
.