- 一個 POST 請求。
https://vantage-[region].abbyy.com/auth2/connect/token資源。- 一個
Content-Type標頭,編碼為application/x-www-form-urlencoded。 - 一個請求本文,包含以下參數:
| Parameter | 說明 |
|---|---|
| client_id | 應用程式識別碼。 |
| client_secret | 應用程式機密金鑰。 |
| grant_type=client_credentials | 指定使用 client credentials 授權類型。 |
| scope=openid permissions global.wildcard | 指定權限範圍(permission scope)。 |
