Skip to content

getAuthorizationState

Sahri Riza Umami edited this page May 29, 2018 · 1 revision

Returns the current authorization state; this is an offline request.
For informational purposes only.
Use updateAuthorizationState instead to maintain the current authorization state

getAuthorizationState()

Example

  • Get current authorization state.

    getAuthorizationState()

    Response:

    {
      ["@type"] = "authorizationStateReady"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally