Skip to content

recoverAuthPassword

Sahri Riza Umami edited this page Dec 8, 2016 · 2 revisions

Recovers password with recovery code sent to email.

recoverAuthPassword(recovery_code)

Works only when authGetState returns authStateWaitPassword.
Returns authStateOk on success.

Option Description
recovery_code Recovery code to check.

Example

recoverAuthPassword(6666)

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally