Skip to content

getAccountTtl

Sahri Riza Umami edited this page Jul 1, 2018 · 3 revisions

Returns the period of inactivity after which the account of the current user will automatically be deleted.

getAccountTtl(callback, data)

Example

  • Returns period of inactivity, after which the account of currently logged in user will be automatically deleted.

    getAccountTtl()

    Response:

    {
      ["@type"] = "accountTtl",
      days = 182
    }

Frequently Asked Questions
The Functions

Clone this wiki locally