pub fn get(service: &str, account: &str) -> Option<String>
Read a credential for (service, account). Returns None when the file is missing, unreadable, or the entry is absent.
(service, account)
None