pub async fn refresh(
provider: ProviderConfig,
account: &str,
) -> Result<StoredToken>Expand description
Refresh an existing stored token in place. Returns the refreshed token.
pub async fn refresh(
provider: ProviderConfig,
account: &str,
) -> Result<StoredToken>Refresh an existing stored token in place. Returns the refreshed token.