设备码反查(激活页展示请求方;仅 pending 可见,否则 404 不泄露)
GET
/v1/auth/device/code/{userCode}
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”请求方信息
Media typeapplication/json
object
clientName
required
string
scope
required
string
expiresAt
required
string
Examplegenerated
{ "clientName": "example", "scope": "example", "expiresAt": "example"}Not_found
Media typeapplication/json
object
error
required
object
code
required
错误码注册表单源派生(src/http/errors.ts ERROR_CODES;码稳定,消费方按码翻译)
string
message
required
string
requestId
required
string
detail
object
Example
{ "error": { "code": "adjudicator_not_authorized" }}本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。