auth.importLoginToken

Login using a redirected login token, generated in case of DC mismatch during QR code login.

For more info, see login via QR code.

 Method schema is available as of layer 107. Switch ยป

Parameters

Name Type Description
token bytes Login token

Result

auth.LoginToken

Possible errors

Code Type Description
400 AUTH_TOKEN_ALREADY_ACCEPTED The specified auth token was already accepted.
400 AUTH_TOKEN_EXPIRED The authorization token has expired.
400 AUTH_TOKEN_INVALID The specified auth token is invalid.
400 AUTH_TOKEN_INVALIDX The specified auth token is invalid.

Related pages

Login via QR code

QR code login flow