A AuthMS API Wiki API Reference iam.tianv.com →

GET /auth/qr-login/status

轮询二维码登录会话的当前状态,确认完成后返回access_token和refresh_token

会话与设备 None application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
token query string Yes 会话令牌

Responses

StatusDescriptionSchema
200会话状态gitee_com_linmes_authms_base_dto.DataResponse-dto_QrLoginStatusResponse
400参数无效dto.SimpleResponseWrapper

Referenced Schemas

dto.QrLoginStatusResponse

FieldTypeRequiredExampleConstraintsDescription
access_token string No
expires_in integer No
number_matching string No
refresh_token string No
status string No

dto.SimpleResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No

gitee_com_linmes_authms_base_dto.DataResponse-dto_QrLoginStatusResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.QrLoginStatusResponse No
message string No
timestamp string No