Interface CheckAuthenticationPassword

Checks the 2-step verification password for correctness. Works only when the current authorization state is authorizationStateWaitPassword. Request type for Tdjson#checkAuthenticationPassword.

interface CheckAuthenticationPassword {
    @type: "checkAuthenticationPassword";
    password: string;
}

Properties

Properties

@type: "checkAuthenticationPassword"
password: string

The 2-step verification password to check.