pub fn auth_status_local() -> Result<LocalAuthStatus>Expand description
Read the local auth snapshot from the default location.
A missing file is Ok with logged_in: false (that’s what logged-out
looks like); an unreadable or unparseable file is an error.