java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PasswordState
- Enclosing class:
- TdApi
Represents the current state of 2-step verification.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.boolean
True, if some Telegram Passport elements were saved.boolean
True, if a 2-step verification password is set.boolean
True, if a recovery email is set.Pattern of the email address set up for logging in.Hint for the password; may be empty.int
If not 0, point in time (Unix timestamp) after which the 2-step verification password can be reset immediately using resetPassword.Information about the recovery email address to which the confirmation email was sent; may be null. -
Constructor Summary
ConstructorDescriptionRepresents the current state of 2-step verification.PasswordState
(boolean hasPassword, String passwordHint, boolean hasRecoveryEmailAddress, boolean hasPassportData, TdApi.EmailAddressAuthenticationCodeInfo recoveryEmailAddressCodeInfo, String loginEmailAddressPattern, int pendingResetDate) Represents the current state of 2-step verification.PasswordState
(DataInput input) Represents the current state of 2-step verification. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
hasPassword
public boolean hasPasswordTrue, if a 2-step verification password is set. -
passwordHint
Hint for the password; may be empty. -
hasRecoveryEmailAddress
public boolean hasRecoveryEmailAddressTrue, if a recovery email is set. -
hasPassportData
public boolean hasPassportDataTrue, if some Telegram Passport elements were saved. -
recoveryEmailAddressCodeInfo
Information about the recovery email address to which the confirmation email was sent; may be null. -
loginEmailAddressPattern
Pattern of the email address set up for logging in. -
pendingResetDate
public int pendingResetDateIf not 0, point in time (Unix timestamp) after which the 2-step verification password can be reset immediately using resetPassword. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PasswordState
public PasswordState()Represents the current state of 2-step verification. -
PasswordState
public PasswordState(boolean hasPassword, String passwordHint, boolean hasRecoveryEmailAddress, boolean hasPassportData, TdApi.EmailAddressAuthenticationCodeInfo recoveryEmailAddressCodeInfo, String loginEmailAddressPattern, int pendingResetDate) Represents the current state of 2-step verification.- Parameters:
hasPassword
- True, if a 2-step verification password is set.passwordHint
- Hint for the password; may be empty.hasRecoveryEmailAddress
- True, if a recovery email is set.hasPassportData
- True, if some Telegram Passport elements were saved.recoveryEmailAddressCodeInfo
- Information about the recovery email address to which the confirmation email was sent; may be null.loginEmailAddressPattern
- Pattern of the email address set up for logging in.pendingResetDate
- If not 0, point in time (Unix timestamp) after which the 2-step verification password can be reset immediately using resetPassword.
-
PasswordState
Represents the current state of 2-step verification.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-