Class TdApi.CheckAuthenticationPassword

  • Enclosing class:
    TdApi

    public static class TdApi.CheckAuthenticationPassword
    extends TdApi.Function
    Checks the authentication password for correctness. Works only when the current authorization state is authorizationStateWaitPassword.

    Returns Ok

    • Field Detail

      • password

        public java.lang.String password
        The password to check.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CheckAuthenticationPassword

        public CheckAuthenticationPassword()
        Default constructor.
      • CheckAuthenticationPassword

        public CheckAuthenticationPassword​(java.lang.String password)
        Constructor for initialization of all fields.
        Parameters:
        password - The password to check.