authorization State
Snapshot of the current authorization state. The returned AuthorizationState is immutable and is NOT modified if the state changes. If you are looking for a way to track AuthorizationState, register a callback with setAuthorizationStateChangedCallback.
Note: authorizationState is updated AFTER Authorization Callback is called, so you should not be using the authorizationState inside that callback.