0
IM調用https://sandbox-api.uber.com/v1/estimates/price尤伯杯Auth0未經授權的API調用
當我使用Auth0,可與範圍的個人資料請求和all_trips登錄成功獲得未經授權的錯誤。
我從結果得到id.token並把它傳遞到客戶端頭
_authHeader = new AuthenticationHeaderValue("Bearer", token);
_client.DefaultRequestHeaders.Authorization = _authHeader;