StackOverflow 文档 oauth 教程 OAuth 2.0 客户端 刷新访问令牌 刷新访问令牌 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] 资源 隐含的格兰特授权代码授予