轮询 device flow 结果并换取 API Key
Auth & Accounts
轮询 device flow 结果并换取 API Key
返回 authorization_pending 时继续按 intervalSeconds 轮询;
返回 slow_down 时应读取 Retry-After 或 data.retryAfterSeconds 做退避;
返回 expired_token 表示当前 device code 已过期或已被消费。
POST
轮询 device flow 结果并换取 API Key