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.