GET /auth/qr-login/status
Poll the current status of a QR code login session; upon confirmation, return access_token and refresh_token.
Sessions & Devices None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
token |
query |
string |
Yes |
|
|
|
Session token |
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 |
|
|
|