pub fn load_saved_credentials() -> Option<SavedCredentials>Expand description
Load saved credentials from disk, returning None if the file doesn’t exist,
is malformed, or the token has expired.
pub fn load_saved_credentials() -> Option<SavedCredentials>Load saved credentials from disk, returning None if the file doesn’t exist,
is malformed, or the token has expired.