Module rust_tdlib::client::auth_handler
source · [−]Expand description
Authorization state handlers.
Structs
Provides minimal implementation of AuthStateHandler.
All required methods wait (synchronously) for stdin input
All required methods wait for data sent by Sender.
Traits
AuthStateHandler trait provides methods that returns data, required for authentication
It allows you to handle particular “auth states”, such as WaitPassword, WaitPhoneNumber and so on.