logo
  • 教程列表
  • SO官方文檔
  • oauth 教程
    • OAuth 2.0 客戶端
      • 客戶憑證授權
      • 資源所有者密碼憑據授予
      • 授權程式碼授予
      • 重新整理訪問令牌
      • 隱含的格蘭特
    • 開始使用 oauth
      • 安裝或設定
  1. StackOverflow 文件
  2. oauth 教程
  3. OAuth 2.0 客戶端
  4. 重新整理訪問令牌

重新整理訪問令牌

Created: November-22, 2018

POST /token HTTP/1.1
Host: server.example.com
Content-Type: application/x-www-form-urlencoded

grant_type=refresh_token&refresh_token=[REFRESH_TOKEN]
    &client_id=[APP_KEY]&client_secret=[APP_SECRET]

資源

  • 隱含的格蘭特
  • 授權程式碼授予

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明