pub async fn refresh_access_token( client: &Client, client_id: &str, client_secret: &str, refresh_token: &str, ) -> Result<TokenSet, Error>