handle TAKEOUT_INIT_DELAY_X

This commit is contained in:
Wizou 2022-04-26 21:13:23 +02:00
parent 5c2a66d8ce
commit de0f34e8c5
4 changed files with 13 additions and 13 deletions

2
FAQ.md
View file

@ -202,7 +202,7 @@ A session file is created or resumed automatically on startup, and maintained up
That session file is incompatible with TLSharp so you cannot reuse a TLSharp .dat file. You'll need to create a new session.
**DON'T** call methods Auth_SendCode/SignIn/SignUp/... because all the login phase is handled automatically by calling `await client.LoginUserIfNeeded()` after creating the client.
Your Config callback just need to provide the various login answers if they are needed (see [ReadMe](README.md)).
Your Config callback just need to provide the various login answers if they are needed (see [ReadMe](README.md) and [FAQ #4](#GUI)).
In particular, it will detect and handle automatically the various login cases/particularity like:
* Login not necessary (when a session is resumed with an already logged-in user)
* 2FA password required (your Config needs to provide "password")