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=password&username=[USERNAME]&password=[PASSWORD] &client_id=[APP_KEY]&client_secret=[APP_SECRET] 資源 授權程式碼授予客戶憑證授權