Function security_framework::passwords::get_internet_password
source ยท pub fn get_internet_password(
server: &str,
security_domain: Option<&str>,
account: &str,
path: &str,
port: Option<u16>,
protocol: SecProtocolType,
authentication_type: SecAuthenticationType,
) -> Result<Vec<u8>>
Expand description
Get the internet password for the given endpoint parameters. If no matching
keychain entry exists, fails with error code errSecItemNotFound
.