Function refresh_token

Source
pub async fn refresh_token(
    token: String,
) -> Result<RefreshResponse, Box<dyn Error>>