/oauth/device/verifyUser enters user_code in browser and approves/denies device authorization. Requires JWT authentication. Reference: RFC 8628 §3.3 (User Interaction).
| Status | Description | Schema |
|---|---|---|
| 200 | Authorization result (device authorized or device authorization denied) | gitee_com_linmes_authms_base_dto.SimpleResponse |
| 400 | Invalid request parameters: user_code invalid/expired/already processed | gitee_com_linmes_authms_base_dto.SimpleResponse |
| 401 | Unauthenticated: provide a valid Bearer Token | gitee_com_linmes_authms_base_dto.SimpleResponse |
| 404 | user_code not found | gitee_com_linmes_authms_base_dto.SimpleResponse |
| 500 | Internal server error: failed to update device authorization status | gitee_com_linmes_authms_base_dto.SimpleResponse |
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
code |
integer |
No | |||
message |
string |
No | |||
timestamp |
string |
No |