Skip to content

getPasswordState

Sahri Riza Umami edited this page Jun 6, 2018 · 7 revisions

Returns the current state of 2-step verification.

getPasswordState()

Example

  • Get the current state of two-step verification.

    getPasswordState()

    Response:

    {
      ["@type"] = "passwordState",
      has_password = true,
      has_recovery_email_address = true,
      password_hint = "sorry, no hint for you",
      unconfirmed_recovery_email_address_pattern = ""
    }

Frequently Asked Questions
The Functions

Clone this wiki locally