recoverAuthenticationPassword¶
Recovers the 2-step verification password with a password recovery code sent to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword
recoverAuthenticationPassword(
recovery_code: string,
new_password: string,
new_hint: string
) → Ok