pub fn load_token(
store: &dyn CredentialStore,
slug: &str,
) -> Result<Option<OAuthToken>, OAuthError>Expand description
Load a token bundle from the keyring. Returns Ok(None) when none is stored.
pub fn load_token(
store: &dyn CredentialStore,
slug: &str,
) -> Result<Option<OAuthToken>, OAuthError>Load a token bundle from the keyring. Returns Ok(None) when none is stored.