- Enclosing class:
- TdApi
Checks the 2-step verification password
for correctness. Works only when the
current authorization state is authorizationStateWaitPassword.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The 2-step verification password to check. -
Constructor Summary
ConstructorDescriptionChecks the 2-step verification password for correctness.Checks the 2-step verification password for correctness.CheckAuthenticationPassword
(String password) Checks the 2-step verification password for correctness. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
password
The 2-step verification password to check. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CheckAuthenticationPassword
public CheckAuthenticationPassword()Checks the 2-step verification password for correctness. Works only when the current authorization state is authorizationStateWaitPassword. ReturnsOk
-
CheckAuthenticationPassword
Checks the 2-step verification password for correctness. Works only when the current authorization state is authorizationStateWaitPassword. ReturnsOk
- Parameters:
password
- String The 2-step verification password to check.
-
CheckAuthenticationPassword
Checks the 2-step verification password for correctness. Works only when the current authorization state is authorizationStateWaitPassword. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-