Skip to content

getRecoveryEmail

Sahri Riza Umami edited this page Jun 9, 2017 · 3 revisions

Returns set up recovery email.

getRecoveryEmail(password)
Option Description
password Current user password

Example

getRecoveryEmail('my53cr37p455w0rd')

Response:

{
  ID = "RecoveryEmail",
  recovery_email_ = "imel@anu.org"
}

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally