public static class TdApi.CheckAuthenticationPassword extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
password
The 2-step verification password to check.
|
| Constructor and Description |
|---|
CheckAuthenticationPassword()
Default constructor for a function, which checks the 2-step verification password for correctness.
|
CheckAuthenticationPassword(java.lang.String password)
Creates a function, which checks the 2-step verification password for correctness.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String password
public static final int CONSTRUCTOR
public CheckAuthenticationPassword()
Returns Ok
public CheckAuthenticationPassword(java.lang.String password)
Returns Ok
password - The 2-step verification password to check.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object