POST /auth/qr-login/initiate
Generate a new QR code login session, returning a session token and a numeric matching code for the user to scan.
Sessions & Devices None application/json
Referenced Schemas
dto.QrLoginInitiateResponse
| Field | Type | Required | Example | Constraints | Description |
expires_in |
integer |
No |
|
|
|
number_matching |
string |
No |
|
|
|
session_token |
string |
No |
|
|
|
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.DataResponse-dto_QrLoginInitiateResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.QrLoginInitiateResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|