public static class TdApi.AuthorizationStateWaitPassword extends TdApi.AuthorizationState
TdApi.AuthorizationState.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
hasRecoveryEmailAddress
True, if a recovery email address has been set up.
|
java.lang.String |
passwordHint
Hint for the password; may be empty.
|
java.lang.String |
recoveryEmailAddressPattern
Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
|
Constructor and Description |
---|
AuthorizationStateWaitPassword()
The user has been authorized, but needs to enter a password to start using the application.
|
AuthorizationStateWaitPassword(java.lang.String passwordHint,
boolean hasRecoveryEmailAddress,
java.lang.String recoveryEmailAddressPattern)
The user has been authorized, but needs to enter a password to start using the application.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String passwordHint
public boolean hasRecoveryEmailAddress
public java.lang.String recoveryEmailAddressPattern
public static final int CONSTRUCTOR
public AuthorizationStateWaitPassword()
public AuthorizationStateWaitPassword(java.lang.String passwordHint, boolean hasRecoveryEmailAddress, java.lang.String recoveryEmailAddressPattern)
passwordHint
- Hint for the password; may be empty.hasRecoveryEmailAddress
- True, if a recovery email address has been set up.recoveryEmailAddressPattern
- Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.public int getConstructor()
getConstructor
in class TdApi.AuthorizationState