Autional Autional
API Reference GitHub autional.com →

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

NameInTypeRequiredDefaultExampleConstraintsDescription
token query string Yes Session token

Responses

StatusDescriptionSchema
200Session statusgitee_com_linmes_authms_base_dto.DataResponse-dto_QrLoginStatusResponse
400Invalid parametersdto.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