Skip to content

getRecoveryEmailAddress

Sahri Riza Umami edited this page Jun 6, 2018 · 1 revision

Returns a recovery email address that was previously set up.
This method can be used to verify a password provided by the user.

getRecoveryEmailAddress(password)
Field Type Description
password string The password for the current user

Example

  • Returns a recovery email address that was previously set up.

    getRecoveryEmailAddress('m98TFcfhoo875')

    Response:

    {
      ["@type"] = "recoveryEmailAddress",
      recovery_email_address = "anu@email.com"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally