public static class TdApi.CheckAuthenticationPassword extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
password
The password to check.
|
Constructor and Description |
---|
CheckAuthenticationPassword()
Default constructor for a function, which checks the authentication password for correctness.
|
CheckAuthenticationPassword(java.lang.String password)
Creates a function, which checks the authentication password for correctness.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String password
public static final int CONSTRUCTOR
public CheckAuthenticationPassword()
Returns Ok
public CheckAuthenticationPassword(java.lang.String password)
Returns Ok
password
- The password to check.public int getConstructor()
getConstructor
in class TdApi.Function