- 发送 POST 请求。
- 使用资源
https://vantage-us.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 | 指定权限范围。 |
