Inherits AuthorizationState.
The user has been authorized, but needs to enter a password to start using the application.
Public Fields | |
string | password_hint_ |
Hint for the password; may be empty. | |
bool | has_recovery_email_address_ |
True, if a recovery email address has been set up. | |
string | recovery_email_address_pattern_ |
Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent. | |
Public Instance Methods | |
authorizationStateWaitPassword () | |
authorizationStateWaitPassword (string const &password_hint_, bool has_recovery_email_address_, string const &recovery_email_address_pattern_) | |
std::int32_t | get_id () const final |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 187548796 |
Identifier uniquely determining a type of the object. | |
The user has been authorized, but needs to enter a password to start using the application.
authorizationStateWaitPassword | ( | string const & | password_hint_, |
bool | has_recovery_email_address_, | ||
string const & | recovery_email_address_pattern_ | ||
) |
The user has been authorized, but needs to enter a password to start using the application.
[in] | password_hint_ | Hint for the password; may be empty. |
[in] | has_recovery_email_address_ | True, if a recovery email address has been set up. |
[in] | recovery_email_address_pattern_ | Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent. |
|
inlinefinalvirtual |
|
finalvirtual |