GET /auth/qr-login/status
轮询二维码登录会话的当前状态,确认完成后返回access_token和refresh_token
会话与设备 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
token |
query |
string |
Yes |
|
|
|
会话令牌 |
Referenced Schemas
dto.QrLoginStatusResponse
| Field | Type | Required | Example | Constraints | Description |
access_token |
string |
No |
|
|
|
expires_in |
integer |
No |
|
|
|
number_matching |
string |
No |
|
|
|
refresh_token |
string |
No |
|
|
|
status |
string |
No |
|
|
|
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.DataResponse-dto_QrLoginStatusResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.QrLoginStatusResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|