POST /auth/qr-login/initiate
生成一个新的二维码登录会话,返回会话令牌和数字匹配码供用户扫描
会话与设备 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 |
|
|
|