ExportLoginToken¶
-
class
pyrogram.raw.functions.auth.
ExportLoginToken
¶ Generate a login token, for login via QR code. The generated login token should be encoded using base64url, then shown as a tg://login?token=base64encodedtoken URL in the QR code.
- Details
Layer:
122
ID:
0xb1b41517
- Parameters:
- api_id (
int
32-bit
): Application identifier (see. App configuration).
- api_hash (
str
): Application identifier hash (see. App configuration).
- except_ids (List of
int
32-bit
): List of already logged-in user IDs, to prevent logging in twice with the same user.
- api_id (
- Returns
auth.LoginToken
– Login token (for QR code login).