pub async fn refresh_token( access_token_uri: &str, refresh_token: &str, client_id: &str, ) -> Result<PkceTokenResult, String>
Exchange refresh token for access token (after call to retrieve_access_token)